forked from bcarter/coughdrop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
85 lines (75 loc) · 4.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
# Set end to development when, you know, developing
RACK_ENV=development
# DEFINITELY required:
# SECURE_ENCRYPTION_KEY=random string, used for encrypting data at rest
# SECURE_NONCE_KEY=random string, used for generating external_nonces
# REDIS_URL=redis is required
# DEFAULT_HOST=fallback for URLs generated by the backend (e.g. “www.mycoughdrop.com”)
# USER_KEY=only needed locally for console auditing, DON'T set on the server. just use your email
# COOKIE_KEY=used for encrypting cookies, just a random string of letters
# DEFAULT_EMAIL_FROM=from address for email notifications (e.g. “CoughDrop <coughdrop@example.com>”)
# SYSTEM_ERROR_EMAIL=where to email unexpected errors to
# NEW_REGISTRATION_EMAIL=email for new user registrations
# Required if you want users to be able to upload files:
# STATIC_S3_BUCKET=name of s3 bucket for static assets
# OPENSYMBOLS_TOKEN=access token provided by opensymbols.org or similar site
# OPENSYMBOLS_S3_BUCKET=name of s3 bucket for opensymbols.org (“opensymbols”)
# AWS_KEY=access key for uploading user-generated content
# AWS_SECRET=see above
# UPLOADS_S3_BUCKET=name of s3 bucket for user-generated content, file imports, and file/pdf downloads
# UPLOADS_S3_CDN=https://abcdefg.cloudfront.net
# UPLOADS_S3_CDN_ID=dist_id
# UPLOADS_S3_CDN_REGION=us-east-1
# TRANSCODER_AUDIO_PIPELINE=elastic-transcoder profile for audio conversion
# TRANSCODER_VIDEO_PIPELINE=elastic-transcoder profile for video conversion
# TRANSCODER_REGION=elastic-transcoder region
# SNS_ARN=ARNs comma-separated for use in transcodirng and SMS inbound
# Required if you want emails to work:
# SES_KEY=access key for sending emails via Amazon SES
# SES_SECRET=secret for above
# SES_REGION=us-east-1
# SNS_REGION=region for SNS
# Required for SMS Two-Way
# SMS_ORIGINATORS=+######,+#######,+#######
# SMS_ENCRYPTION_KEY=supersekrit
# Required for WebSockets
# CDWEBSOCKET_URL=https://ws.coughdrop.com/cable
# CDWEBSOCKET_SHARED_VERIFIER=websocketverifier
# CDWEBSOCKET_ENCRYPTION_KEY=supersekrit
# Required if you want purchases to work:
# STRIPE_SECRET_KEY=stripe credentials, used for purchasing subscriptions
# STRIPE_PUBLIC_KEY=see above
# Required if you want ZenDesk integration to work:
# ZENDESK_USER=credentials used to pass generated tickets to ZenDesk
# ZENDESK_TOKEN=see above
# ZENDESK_DOMAIN=see above
# ALLOW_UNAUTHENTICATED_TICKETS=settings to "true" requires users need to be signed before filing tickets
# Social and App Store Links
# IOS_STORE_URL=https://itunes.apple.com/us/app/coughdrop/id1021384570?ls=1&mt=8
# PLAY_STORE_URL=https://play.google.com/store/apps/details?id=com.mycoughdrop.coughdrop
# KINDLE_STORE_URL=http://www.amazon.com/CoughDrop-Inc-AAC/dp/B01BU8RUEY/ref=sr_1_1?s=mobile-apps&ie=UTF8&qid=1458589410&sr=1-1
# WINDOWS_32_BIT_URL=https://coughdrop.s3.amazonaws.com/installer/windows/ia32/coughdrop-setup.exe
# WINDOWS_64_BIT_URL=https://coughdrop.s3.amazonaws.com/installer/windows/x64/coughdrop-setup.exe
# BLOG_URL=http://blog.mycoughdrop.com
# TWITTER_URL=https://twitter.com/CoughDropAAC
# TWITTER_HANDLE=CoughDropAAC
# FACEBOOK_URL=https://www.facebook.com/CoughDropAAC
# YOUTUBE_URL=https://www.youtube.com/playlist?list=PL8oiM_hsU8kZqw-psK9L5jUgFcnG_o6UD
# SUPPORT_URL=https://coughdrop.zendesk.com
# Other Stuff
# PORT=optional to specify port
# GCSE_KEY=api token for querying google cloud search engine
# FLICKR_KEY=api token for querying flickr
# SLACK_NOTIFICATION_URL=hook url for posting notifications to slack on app deployment
# GOOGLE_PLACES_TOKEN=api token for querying google places for dynamic sidebars
# GOOGLE_TRANSLATE_TOKEN=api token for translating buttons
# MAPS_KEY=google maps api token
# 42_MATTERS_ACCESS_TOKEN=used for searching the play store for apps
# PIXABAY_KEY=pixabay api token for querying images
# LESSONPIX_PID=lessonpix id
# LESSONPIX_SECRET=lessonpix-provided secret
# LESSONPIX_USER=user-account-for-premium-search
# LESSONPIX_MD5=hashed-password-for-user-account
# DEFAULT_SUPERVISOR_PROFILE_ID=default profile_id for supervisors
# DEFAULT_COMMUNICATOR_PROFILE_ID=default profile_id for communicators
# SYMBOL_PROXY_KEY=proxy key for opensymbols