supervisord
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user