Removing config file from repo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
__pycache__/
|
||||
|
||||
.idea/
|
||||
config.py
|
||||
7
config.example.py
Normal file
7
config.example.py
Normal file
@@ -0,0 +1,7 @@
|
||||
portainer_url = 'https://portainer.dorfsvald.net'
|
||||
portainer_access_token = 'example_access_token'
|
||||
portainer_compose_dir = '/absolute/path/to/portainer-data/compose'
|
||||
git_repositories = [
|
||||
'path/to/a/git/repository',
|
||||
'path/to/another/git/repo'
|
||||
]
|
||||
Reference in New Issue
Block a user