Development
This commit is contained in:
parent
ce280b6d7a
commit
337c0daf22
3 changed files with 10 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import copy, json, os
|
||||
|
||||
CONFIGS_DIR = '/routlin_location'
|
||||
CONFIGS_DIR = os.environ.get('ROUTLIN_LOCATION', '/routlin_location')
|
||||
CONFIG_FILE = f'{CONFIGS_DIR}/config.json'
|
||||
CAPTIVE_QUEUE = f'{CONFIGS_DIR}/.captive-queue'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue