-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
34 lines (28 loc) · 1.12 KB
/
.env
File metadata and controls
34 lines (28 loc) · 1.12 KB
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
33
34
INSIGHT_VERSION=5.17.0
WORKBENCH_VERSION=3.18.0
IMAGE_SERVER=registry.hub.docker.com/ficoxpress/insight-server
IMAGE_WORKER=registry.hub.docker.com/ficoxpress/insight-worker
IMAGE_WORKBENCH=registry.hub.docker.com/ficoxpress/xpress-workbench-local
SERVER_EXTERNAL_PYTHON_DEBUG_PORT=8090
MINICONDA_DIR=/opt/miniconda
MINICONDA_ENV=example-environment
VERSION_MYSQL=8.0
SERVER_HOSTNAME=localhost
# Use 8443 for SSL, 8080 for non-SSL
SERVER_PORT=8080
# enable ssl for server worker internal and external communication
ENABLE_SSL=false
SERVER_PROTOCOL=http
# Specify your own configuration key that will workbench used to encrypt and decrypt passwords
INSIGHT_CONFIGURATION_KEY=insightdocker
WORKBENCH_EXTERNAL_PORT=9595
# Specify the value workbench-data-volume for internally store your projects
# Specify an accessible absolute path to your host system to externally store your projects
WORKBENCH_DATA_VOLUME=
# Specify the externally accessible host and port Tableau, or another service, should use to access the mirror DB, if it's used
MIRROR_HOST=
MIRROR_PORT=
# Specify details for Tableau server
TABLEAU_URL=
TABLEAU_USER=
TABLEAU_SITE_ID=