-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.template
More file actions
32 lines (28 loc) · 870 Bytes
/
.env.template
File metadata and controls
32 lines (28 loc) · 870 Bytes
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
# DOCKER
DOCKER_DEPLOYMENT=prod
RESTFUL_KEY=<SECRET_TANGO_KEY_REPLACE_ME>
DOCKER_REDIS_HOSTNAME=redis
# Path to volumes within the Tango container. Does not need to be modified.
DOCKER_VOLUME_PATH=/opt/TangoService/Tango/volumes
# Modify the below to be the path to volumes on your host machine
DOCKER_TANGO_HOST_VOLUME_PATH=/home/ec2-user/autolab-docker/Tango/volumes
# set to false for no SSL (not recommended)
DOCKER_SSL=true
# AUTOLAB
SECRET_KEY_BASE=<SECRET_KEY_BASE_REPLACE_ME>
LOCKBOX_MASTER_KEY=<LOCKBOX_MASTER_KEY_REPLACE_ME>
DEVISE_SECRET_KEY=<DEVISE_SECRET_KEY_REPLACE_ME>
# TANGO
RESTFUL_HOST=tango
RESTFUL_PORT=3000
RESTFUL_KEY=<SECRET_TANGO_KEY_REPLACE_ME>
# MYSQL
MYSQL_DATABASE=autolab_development
MYSQL_ROOT_PASSWORD=root
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=user
MYSQL_PASSWORD=password
# GITHUB
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=