forked from abdojulari/transcript-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.sample.yml
More file actions
41 lines (39 loc) · 1.27 KB
/
application.sample.yml
File metadata and controls
41 lines (39 loc) · 1.27 KB
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
SECRET_KEY_BASE: 07cfc4ed440e0a794568cb8cb1a8892c859d23067598b9ff9d616625c2d7a996acdc5c63ba0574860447c91fbee16d83ab614eeafdb5d2b3a0628c8d849fbc0c
PUA_CLIENT_ID: xxx
PUA_CLIENT_SECRET: xxx
VOICEBASE_CLIENT_ID: xxx
VOICEBASE_CLIENT_SECRET: xxx
PROJECT_ID: sample-project
NEW_RELIC_LICENSE_KEY: xxx
AWS_S3_ACCESS_KEY_ID: xxx
AWS_S3_SECRET_ACCESS_KEY: xxx
AWS_S3_BUCKET: xxx
<%# SAML_CONSUMER_SERVICE_URL: xxx %>
SAML_ISSUER: xxx
SAML_SSO_TARGET_URL: xxx
SAML_IDP_CERT_PATH: xxx
SAML_NAME_ID_FORMAT: urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
SENDER_EMAIL: xxx
SMTP_URI:
SMTP_PORT:
SES_SMTP_USERNAME:
SES_SMTP_PASSWORD:
DEFAULT_MAILER_HOST:
VOICEBASE_API_KEY:
REDIS_URL: redis://localhost:6379
GOOGLE_TAG_MANAGER_ID: GTM-XXXXXX
RACK_ATTACK_WHITELIST: ""
# Used by speech-to-text.js
SPEECH_TO_TEXT_KEY: Ask admin to obtain the subscription key from Azure portal -> Cognitive Services -> Keys and Endpoint
SPEECH_TO_TEXT_REGION: Ask admin to obtain the region from Azure portal -> Cognitive Services -> Keys and Endpoint
SITEMAP_HOSTNAME: 'https://amplify.gov.au'
development:
GOOGLE_CLIENT_ID: xxx
GOOGLE_CLIENT_SECRET: xxx
FACEBOOK_APP_ID: xxx
FACEBOOK_APP_SECRET: xxx
production:
GOOGLE_CLIENT_ID: xxx
GOOGLE_CLIENT_SECRET: xxx
FACEBOOK_APP_ID: xxx
FACEBOOK_APP_SECRET: xxx