-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdev.env.default
More file actions
27 lines (22 loc) · 882 Bytes
/
Copy pathdev.env.default
File metadata and controls
27 lines (22 loc) · 882 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
# Environment variables needed for running this project
# copy this file to .env in this directory for it to be picked up by docker-compose
# environment
RAILS_ENV=development
CP_PORT=5000
# this runs two docker files, one that is the underlying structure
# the other is development specific
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
# database configuration
POSTGRES_DB=cp_development
POSTGRES_USER=cp
POSTGRES_PASSWORD=mysecretpassword
SECRET_KEY_BASE=9a5caa0076926b61d612734ed8ea565cfc5f6cc6bd00f35cd29eb28ca5cccc3d9e57e0174aa1ec7674cf56347cfe074922a453437fa13858ac125b42cb14791b
# to connect to TAPP API's. (must be the same port as in tapp .env variable)
TAPP=tapp
TAPP_PORT=3000
# email service configuration
EMAIL_TYPE=mail.cs.toronto.edu
EMAIL_USER=ta-hr-admin@cs.toronto.edu
TA_COORD=Karen Reid
CUPE_SITE=http://google.com
RECIPIENT=test.smtpcp@gmail.com