supervisord

This commit is contained in:
Mateusz Gruszczyński
2025-11-01 19:42:39 +01:00
parent 300c05102b
commit aed0339d41

View File

@@ -4,7 +4,7 @@ import configparser
# Load basic auth credentials
auth_config = configparser.ConfigParser()
auth_config.read('./app/auth/auth.cfg')
auth_config.read('auth/auth.cfg')
BASIC_AUTH_USERNAME = auth_config.get('auth', 'username')
BASIC_AUTH_PASSWORD = auth_config.get('auth', 'password')