-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (23 loc) · 712 Bytes
/
Copy pathenv.example
File metadata and controls
30 lines (23 loc) · 712 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
# docker-compose AND dotenv-rails read this file
RAILS_ENV=development
# Where postgres is located. In docker it's in a container called 'db'
# Used in config/database.yml
#DEV_DB_HOST=db
#DEV_DB_USERNAME=postgres
REDIS_URL=redis://redis:6379/12
VIRTUAL_HOST=www.fablabs.local,api.fablabs.local
VIRTUAL_PORT=3000
LETSENCRYPT_HOST=api.fablabs.local,api.fablabs.local
LETSENCRYPT_EMAIL=hello@gmail.com
# Production db uses this in config/database.yml
DB_HOST=db
DB_NAME=fablabs
DB_PASSWORD=
DB_USERNAME=postgres
#TEST_DB_HOST=db
#TEST_DB_USERNAME=postgres
SECRET_TOKEN=CREATE_A_RANDOM_STRING_HERE!!!!!
#google maps api key
GOOGLE_MAPS_API_KEY=YOUR_KEY_HERE
# From Figaro
FABLAB_URL=http://www.fablabs.local