-
Notifications
You must be signed in to change notification settings - Fork 6
/
dotenv.dist
97 lines (76 loc) · 2.33 KB
/
dotenv.dist
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
###> symfony/framework-bundle ###
APP_ENV=prod
APP_SECRET='some secret'
###< symfony/framework-bundle ###
###> symfony/swiftmailer-bundle ###
MAILER_NAME=Croix-Rouge
MAILER_DSN='smtp://[email protected]:[email protected]:465?encryption=ssl'
###< symfony/swiftmailer-bundle ###
###> doctrine/doctrine-bundle ###
DATABASE_NAME=redcall_prod
DATABASE_HOST=localhost
DATABASE_PORT=3306
DATABASE_USER=redcall_prod
DATABASE_PASSWORD=password
###< doctrine/doctrine-bundle ###
###> google/recaptcha ###
GOOGLE_RECAPTCHA_SITE_KEY=key
GOOGLE_RECAPTCHA_SECRET=secret
###< google/recaptcha ###
###> google/apiclient ###
GOOGLE_API_KEY=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
###< google/apiclient ###
WEBSITE_URL=https://redcall.fr
MAPBOX_API_KEY=some key
GCP_PROJECT_NAME=redcall
GCP_PROJECT_LOCATION=europe-west1
GCP_COMPUTE_ENGINE_LOCATION=europe-west1-b
GCP_BASTION_INSTANCE=bastion
GCP_STORAGE_BUCKET=redcall-public-prod-assets
GCP_STORAGE_PEGASS=used-by-pegass-files-command
GCP_QUEUE_WEBHOOK_RESPONSE='webhook-sms-responses'
GCP_QUEUE_WEBHOOK_STATUS='webhook-sms-status'
GCP_FUNCTION_TWILIO_STATUS=cloudFunction
GCP_FUNCTION_TWILIO_RESPONSE=cloudFunction
TWILIO_ACCOUNT_SID=xxx
TWILIO_AUTH_TOKEN=xxx
TWILIO_SENDER_ID_FR='RedCall'
TWILIO_FROM_LONG_FR='+3361234568'
TWILIO_FROM_SHORT_FR='38000'
TWILIO_FROM_LONG_ES='+34912345678'
TWILIO_FROM_LONG_GP='+590123456789'
TWILIO_FROM_LONG_MQ='+596123456789'
TWILIO_FROM_TOLL_FR='+33805123456'
SENDGRID_API_KEY=bla
# brand colors
COLOR_RED='#e30613'
COLOR_DARKGREY='#003956'
COLOR_LIGHTGREY='#667385'
COLOR_COOLGREY='#eae7e1'
COLOR_OFFWHITE='#f5e7d3'
LOGO='croix_rouge_2.png'
# Slack monitoring
SLACK_TOKEN=''
SLACK_CHANNEL='#monitoring'
SLACK_EMOJI=':fire:'
# Red Cross specific
GAIA_URL='https://gaia.croix-rouge.fr/crf-benevoles/#contact/NIVOL/%nivol%'
MINUTIS_JWT_PUBLIC_KEY_URL=xxx
MINUTIS_URL=xxx
MINUTIS_SA_USERNAME=xxx
MINUTIS_SA_PASSWORD=xxx
MJML_APPLICATION_ID=xxx
MJML_PUBLIC_KEY=xxx
MJML_PRIVATE_KEY=xxx
PHRASEAPP_PROJECT_ID='your project id'
PHRASEAPP_API_TOKEN='your api token'
PHRASEAPP_USER_AGENT='redcall - [email protected]'
GOOGLE_CONNECT_CLIENT_ID=client
GOOGLE_CONNECT_CLIENT_SECRET=secret
GOOGLE_SHEETS_ANNUAIRE_NATIONAL_ID=xxx
GOOGLE_SHEETS_ANNUAIRE_DROITS_ID=xxx
ANNUAIRE_NATIONAL_MAIL_ALERTING='[email protected];[email protected]'