forked from hasgeek/funnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.testing-sample
57 lines (45 loc) · 1.08 KB
/
.env.testing-sample
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
# Run Flask in testing environment
FLASK_ENV='testing'
# Specify HOSTALIASES file for platforms that support it
HOSTALIASES=${PWD}/HOSTALIASES
# Mail settings
MAIL_SERVER='localhost'
MAIL_PORT=25
MAIL_DEFAULT_SENDER='[email protected]'
SITE_SUPPORT_EMAIL=''
ADMINS=''
# Keys for tests specifically
FACEBOOK_OAUTH_TOKEN=''
# Twitter integration
OAUTH_TWITTER_KEY=''
OAUTH_TWITTER_SECRET=''
# GitHub integration
OAUTH_GITHUB_KEY=''
OAUTH_GITHUB_SECRET=''
# Google integration
OAUTH_GOOGLE_KEY=''
OAUTH_GOOGLE_SECRET=''
# Recaptcha for the registration form
RECAPTCHA_PUBLIC_KEY=''
RECAPTCHA_PRIVATE_KEY=''
# Boxoffice settings for sync tests in Cypress
CYPRESS_BOXOFFICE_SECRET_KEY=''
CYPRESS_BOXOFFICE_ACCESS_KEY''
CYPRESS_BOXOFFICE_IC_ID=
CYPRESS_BOXOFFICE_CLIENT_ID=''
# Google Maps API key
GOOGLE_MAPS_API_KEY=''
# YouTube API key
YOUTUBE_API_KEY=''
# Twilio SID
SMS_TWILIO_SID=''
# Twilio Token
SMS_TWILIO_TOKEN=''
# Twilio test number
SMS_TWILIO_FROM='+15005550006'
# Vimeo client id
VIMEO_CLIENT_ID=''
# Vimeo client secret
VIMEO_CLIENT_SECRET=''
# Vimeo access token
VIMEO_ACCESS_TOKEN=''