Removing config file from repo

This commit is contained in:
2023-10-03 13:12:01 +02:00
parent acd0572d6b
commit ef7e5956ed
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
__pycache__/
.idea/
config.py

7
config.example.py Normal file
View 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'
]

View File

@@ -1,2 +0,0 @@
access_token = 'example_access_token'
portainer_compose_dir = '/absolute/path/to/portainer-data/compose'