supervisord
This commit is contained in:
@@ -4,7 +4,7 @@ from flask import request, Response
|
||||
import configparser
|
||||
|
||||
# Docker paths
|
||||
CONFIG_DIR = '/app/config'
|
||||
CONFIG_DIR = './config'
|
||||
AUTH_CFG = os.path.join(CONFIG_DIR, 'auth', 'auth.cfg')
|
||||
|
||||
# Ensure config directory exists
|
||||
|
||||
Reference in New Issue
Block a user