forked from PopulateTools/gobierto
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
97 lines (77 loc) · 2.08 KB
/
.env.example
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Rails configuration variables
SECRET_KEY_BASE=
RACK_ENV=development
RAILS_ENV=development
TLD_LENGTH=2
GOBIERTO_SESSION_KEY=_gobierto_session
HOST=gobierto.test
BASE_HOST=gobierto.test
PORT=3000
RAILS_MAX_THREADS=5
PG_HOST=postgres
PG_USERNAME=postgres
PG_PASSWORD=postgres
# Postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
# Poltergeist debug and inspector variables
INTEGRATION_DEBUG=false
INTEGRATION_INSPECTOR=false
# Populate Data
POPULATE_DATA_ENDPOINT=
MUNICIPALITIES_SUGGESTIONS_ENDPOINT=
# Elastic search URL
ELASTICSEARCH_URL=http://elasticsearch:9200
# Rollbar API token (https://rollbar.com)
ROLLBAR_ACCESS_TOKEN=
ROLLBAR_POST_CLIENT_ITEM=
# Amazon S3 credentials, to upload assets
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=eu-west-1
S3_BUCKET_NAME=gobierto-dev
# Cloudinary credentials to crop images
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
# Google Places API Key, to geolocalize places
GOOGLE_PLACES_API_KEY=
# Google Maps Geocoding API Key, to get coordinates from addresses names or find addresses based on either geographic coordinates or place IDs
GOOGLE_MAPS_GEOCODING_API_KEY=
# Redis instance URL
REDIS_URL=redis://redis:6379/0
# Action mailer config
#MAILCATCHER_HOST=127.0.0.1
#MAILCATCHER_PORT=1025
# Methods: ses, smtp and webservice
MAILER_DELIVERY_METHOD=
MAILER_SMTP_ADDRESS=
MAILER_SMTP_PORT=
MAILER_SMTP_USER_NAME=
MAILER_SMTP_PASSWORD=
# If action mailer uses a webservice
# MAIL_WEBSERVICE_ADDRESS=
# AsymmetricEncryptor
ASYMMETRIC_ENCRYPTION_KEY=
# Sidekiq Web UI
SIDEKIQ_WEB_USR=
SIDEKIQ_WEB_PWD=
# Force Gobierto SSL. Uncomment to force SSL
# GOBIERTO_FORCE_SSL=true
PRESET_ADMIN_PASSWORD=gobierto
INTEGRATION_TEST_DRIVER=headless_chrome
## Not directly used from Gobierto, but nedded for imported tasks
# from gobierto_data
POPULATE_DATA_URL=
POPULATE_DATA_TOKEN=
POPULATE_DATA_ORIGIN=
ELASTICSEARCH_WRITING_URL=http://localhost:9200
# Development tasks
PRODUCTION_DB_HOST=
PRODUCTION_DB_HOST_USER=
PRODUCTION_APP_NAME=
STAGING_DB_HOST=
STAGING_DB_HOST_USER=
STAGING_APP_NAME=
# Rails performance
APPSIGNAL_PUSH_API_KEY=