-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
95 lines (77 loc) · 1.5 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
93
94
95
# Replace with `rake secret`
APP_SECRET=
DEVISE_SECRET=
#
# Asset Host Configuration
#
# CDN for Asset Uploads, i.e. https://assets.cortexcms.org
HOST_ALIAS=
# CDN for Application Assets, i.e. assets.cortexcms.org
ASSET_HOST_URL=
# S3
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_BUCKET_NAME=
S3_REGION=
#
# GraphQL
#
GRAPHQL_URL=/graphql
#
# Monitoring
#
NEW_RELIC_LICENSE_KEY=
SENTRY_RAVEN_DSN=
# Apollo Engine
APOLLO_ENGINE_PROXY_API_KEY=service:YOUR_ENGINE_API_KEY
APOLLO_ENGINE_PROXY_LOGGING_LEVEL=INFO
APOLLO_ENGINE_PROXY_ORIGIN_HTTP_URL=http://localhost:3000/graphql
APOLLO_ENGINE_PROXY_FRONTEND_HOST=localhost
APOLLO_ENGINE_PROXY_FRONTEND_PORT=4000
APOLLO_ENGINE_PROXY_FRONTEND_ENDPOINT=/graphql
#
# Email Configuration
#
SMTP_ADDRESS=
SMTP_PORT=587
SMTP_SENDER_DOMAIN=cortexcms.org
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_STARTTLS=true
#
# CORS Configuration
#
# CSV allowed origins. Default is '*'
CORS_ALLOWED_ORIGINS=
# Optional regular expression allowed origin(s)
CORS_ALLOWED_ORIGINS_REGEX=
#
# External Services
#
# 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_starter_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=