-
Notifications
You must be signed in to change notification settings - Fork 6
/
.env.example
130 lines (97 loc) · 3.2 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
APP_NAME='API'
APP_ENV='local'
APP_KEY=
APP_DEBUG=true
APP_URL='http://api.test'
# Use these prefixes to version deployments:
DB_PREFIX='dev-v1'
ELASTICSEARCH_INDEX='dev-v1'
# Whether to enforce access restrictions on the API
APP_RESTRICTED=true
# LoginIpMiddleware only allows requests from these IPs:
LOGIN_WHITELIST_IPS='127.0.0.1/32'
ACCESS_WHITELIST_IPS='127.0.0.1/32'
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
# Remove SCOUT_DRIVER's value or replace w/ 'elasticsearch' to activate indexing:
# https://github.com/laravel/scout/issues/34
SCOUT_DRIVER='"null"'
SCOUT_QUEUE=true
# Caching configuration:
CACHE_DRIVER='memcached'
SESSION_DRIVER='memcached'
MEMCACHED_HOST='memcache.test'
FILESYSTEM_DISK='local'
# One-time configs on first deploy:
DB_CONNECTION='mysql'
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE='homestead'
DB_USERNAME='homestead'
DB_PASSWORD='secret'
ELASTICSEARCH_AWS_REGION=
ELASTICSEARCH_HOST='localhost'
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_SCHEME='http'
# https://aws.amazon.com/blogs/database/get-started-with-amazon-elasticsearch-service-how-many-shards-do-i-need/
ELASTICSEARCH_SHARDS_PRIMARY=1 # Increase if average index size is greater than 30 GB
ELASTICSEARCH_SHARDS_REPLICA=0 # Set to number of nodes - 1
# Open-source data services:
COLLECTIONS_DATA_SERVICE_URL='http://data-service-collections.test/api/v1'
ASSETS_DATA_SERVICE_URL='http://data-service-assets.test/api/v1'
SHOP_DATA_SERVICE_URL='http://data-service-shop.test/api/v1'
ANALYTICS_DATA_SERVICE_URL='http://data-service-analytics.test/api/v1'
QUEUES_DATA_SERVICE_URL='http://data-service-queues.test/api/v1'
# Permanent storage for data reconciliation and enhancement:
ENHANCER_URL='http://data-enhancer.test/api/v1'
# Closed-source data services:
EVENTS_DATA_SERVICE_URL=
WEB_CMS_DATA_SERVICE_URL=
# Non-standard data sources:
MOBILE_JSON='' # Use appData-v2.json
MOBILE_AUDIO_CDN_URL='https://www.artic.edu/mobile/audio/'
DIGITAL_LABELS_JSON_ROOT=
DIGITAL_LABELS_IMAGE_ROOT=
STATIC_ARCHIVE_JSON='https://raw.githubusercontent.com/art-institute-of-chicago/static-archive/master/archive.json'
SHOP_IMGIX_URL='https://shop-images.imgix.net/'
SHOP_PRODUCT_URL='https://shop.artic.edu/products/'
WEBSITE_URL=''
IIIF_URL=''
ASSET_URL=''
ASSET_PREFIX=''
# Internal URLs for reporting:
CITI_ARTWORK_URL=''
LAKESHORE_URL=''
# Used for prototype:most-similar
WEBSITE_ROOT=''
# Fix base URL if behind CDN or load balancer:
PROXY_URL=
PROXY_SCHEME=
# Fix for cache if in non-standard location:
HOME=
# TODO: Use `php artisan dump:download` to download a copy of our data:
DUMP_REPO_REMOTE='[email protected]:art-institute-of-chicago/aic-data.git'
DUMP_REPO_NAME=
DUMP_REPO_EMAIL=
# WEB-2013: Disable dumps until they are more reliable
DUMP_SCHEDULE_ENABLED=false
# Error reporting:
SENTRY_LARAVEL_DSN=
# Prototype search algorithm:
SEARCH_BOOST_ARTIST_TITLES=
# WEB-988: Workaround for ImportsData::query()
WEB_CMS_DATA_SERVICE_USERNAME=
WEB_CMS_DATA_SERVICE_PASSWORD=
# Docs passthrough to GitHub Pages:
DOCS_URL=
# For Google Tag manager:
GTM_ENABLED=true
GTM_ID=
# For `api-data` dumps:
AWS_DEFAULT_REGION='us-east-1'
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
# API-343: For importing wait times:
QUEUES_API_URL=
QUEUES_API_KEY=