-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env.example
92 lines (75 loc) · 1.23 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
86
87
88
89
90
91
92
# Replace with `rake secret`
APP_SECRET=
DEVISE_SECRET=
#
# Asset Host Configuration
#
FOG_HOST=http://localhost:3000
HOST_ALIAS=
# S3
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_BUCKET_NAME=
S3_PROTOCOL=
S3_REGION=
#
# Monitoring
#
NEW_RELIC_LICENSE_KEY=
SENTRY_RAVEN_DSN=
#
# Email Configuration
#
SMTP_ADDRESS=
SMTP_PORT=587
SMTP_SENDER_DOMAIN=cortexcms.org
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_STARTTLS=true
#
# ONET version to use for `rake cortex:onet:fetch_and_provision`
#
ONET_VERSION=18.1
#
# Maximum media filesize
#
MEDIA_MAX_SIZE_MB=100
#
# CORS Configuration
#
# CSV allowed origins. Default is '*'
CORS_ALLOWED_ORIGINS=
# Optional regular expression allowed origin(s)
CORS_ALLOWED_ORIGINS_REGEX=
#
# External Services
#
# APIs
YOUTUBE_API_KEY=
# Vendor/3rd Party Script Configuration
GOOGLE_ANALYTICS_ID=
QUALTRICS_ID=
#
# Database Configuration
#
#DATABASE_NAME=
#DATABASE_USERNAME=
#DATABASE_PASSWORD=
#DATABASE_HOST=
#DATABASE_PORT=
#
# Caching
#
REDIS_NAMESPACE=cortex_dev
CACHE_URL=redis://localhost:6379/0/cache
SESSION_STORE_URL=redis://localhost:6379/0/cache
#
# Search
#
ELASTICSEARCH_ADDRESS=localhost:9200
#
# Admin Interface
#
# News Feed / Release notes
CORTEX_NEWS_FEED_TENANT=