-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsecrets-sample.yml
89 lines (88 loc) · 2.58 KB
/
secrets-sample.yml
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
# Django configs
DJANGO_SECRET_KEY:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
DJANGO_ALLOWED_HOST:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
DEEP_BACKEND_HOST:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
# S3 CONFIG
AWS_STORAGE_BUCKET_NAME_STATIC:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
AWS_STORAGE_BUCKET_NAME_MEDIA:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
AWS_S3_ACCESS_KEY_ID:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
AWS_S3_SECRET_ACCESS_KEY:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
# HID CONFIGS
HID_CLIENT_ID:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
HID_CLIENT_REDIRECT_URL:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
HID_AUTH_URI:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
# Captcha Configs
HCAPTCHA_SECRET:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
# Sentry Config (https://{key}@sentry.io/{id})
SENTRY_DSN:
prod: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
staging: XXXXXXXXXXXXXXXXXXXXXXXXXXXx
# Misc
DEEP_FRONTEND_HOST:
prod: app.example.com
staging: stagin.example.com
DEEP_FRONTEND_ARY_HOST:
prod: app.example.com
staging: stagin-ary.example.com
EMAIL_FROM:
staging: The Deep [STAGING] <[email protected]>
prod: The Deep <[email protected]>
DJANGO_ADMINS:
prod: [email protected],
staging: [email protected],
CSRF_COOKIE_DOMAIN:
prod: [email protected]
staging: .example.io
SESSION_COOKIE_DOMAIN:
prod: [email protected]
staging: .example.io
UNHCR_PORTAL_API_KEY:
staging: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
prod: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
# DEEPL + Connectors
# -- Service (Legacy)
DEEPL_SERVICE_DOMAIN:
staging: 'https://xxxxxxxxxx.execute-api.us-east-1.amazonaws.com/staging/'
prod: 'https://xxxxxxxxxx.execute-api.us-east-1.amazonaws.com/prod/'
DEEPL_SERVICE_CALLBACK_DOMAIN:
staging: 'https://xxxxxxx-api.thedeep.io'
prod: 'https://prod-api.thedeep.io'
# -- Server
DEEPL_SERVER_TOKEN:
staging: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
prod: 'YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY'
DEEPL_SERVER_DOMAIN:
staging: 'https://xxxx.xxxx.thedeep.io'
prod: 'https://xxxx.xxxx.thedeep.io'
DEEPL_SERVER_CALLBACK_DOMAIN:
staging: 'https://xxxxxxx-api.thedeep.io'
prod: 'https://prod-api.thedeep.io'
### DATABASE CONFIG
# DATABASE_NAME=
# DATABASE_HOST=
# DATABASE_USER=
# DATABASE_PASSWORD=
# DATABASE_PORT=
### REDIS CONFIG
# CELERY_REDIS_URL=
# CHANNEL_REDIS_URL=