forked from codefordenver/ideaLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.env
More file actions
24 lines (19 loc) · 680 Bytes
/
dev.env
File metadata and controls
24 lines (19 loc) · 680 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
# Dropbox token
DROPBOX_TOKEN=dGlrG89ENBAAAAAAAAAAC2-nOQDXVXM9b_ecdxCFsq-KJX3HZFUz_Ofgjwy_jOdS
# Email info - needs to be gmail account + make sure you've given the account
# permission to send these emails
EMAIL_ADDRESS=fhicmadskfjhvoasdinvh@gmail.com
EMAIL_PASSWORD=xoiofcoikmpzryao
# Postgres database info
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_HOST=jdbc:postgresql://postgres
POSTGRES_PORT=5432
POSTGRES_DB=postgres
# What should happen to database and tables on restart
HIBERNATE_DATABASE_GENERATION=create
# Backend URL
REACT_APP_BACKEND_URL=http://localhost:8080
# PGAdmin
PGADMIN_DEFAULT_EMAIL=pgadmin4@pgadmin.org
PGADMIN_DEFAULT_PASSWORD=admin