.
All checks were successful
/ ssh-client-container (push) Successful in 9s
/ ssh-server-container (push) Successful in 20s

This commit is contained in:
2025-09-07 00:45:27 +00:00
parent d94fe8c109
commit ed5c86ffe6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import yaml
def is_debugging(): return os.getenv("CONFIGURATION") == "Debug"
file_path="/etc/app/config.yaml"
file_path="/etc/app/config/config.yaml"
config=None
def config_exits():