main.py: expect config in /etc/authentik-listmonk-bridge/config.yml
This commit is contained in:
parent
bd2473caf0
commit
99594dbe49
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -7,7 +7,7 @@ import yaml
|
|||
|
||||
|
||||
from yaml.loader import SafeLoader
|
||||
with open ('./bridge.yml', 'r') as file:
|
||||
with open ('/etc/authentik-listmonk-bridge/config.yml', 'r') as file:
|
||||
config = yaml.safe_load(file)
|
||||
|
||||
# config parser
|
||||
|
|
Loading…
Reference in a new issue