-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_ENVIRONMENT
32 lines (29 loc) · 1.47 KB
/
_ENVIRONMENT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#####################################################################################################################
#
# DB_FILE_PATH
# The path to the environments database file.
#
#####################################################################################################################
DB_FILE_PATH=environments.json
#####################################################################################################################
#
# USER_SETTINGS_FILE_PATH
# The path to the user settings file.
#
#####################################################################################################################
USER_SETTINGS_FILE_PATH=user.settings.json
#####################################################################################################################
#
# FRONTEND_HOST_PORT
# The port on which the frontend will run.
#
#####################################################################################################################
FRONTEND_HOST_PORT=8000
#####################################################################################################################
#
# ALLOW_RUNNING_MULTIPLE_CONTAINERS (True/False)
# Should be set to true if you want to allow running multiple environments on the same machine.
# Note: If containers share the same port, they will conflict with each other.
#
#####################################################################################################################
ALLOW_MULTIPLE_CONTAINERS=False