forked from bedrockio/bedrock-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
41 lines (28 loc) · 836 Bytes
/
.env
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
# Note that changing the variables here will require a restart of the app server
# Variables prefixes with SERVER or HTTP are not exposed
SERVER_HOST=0.0.0.0
SERVER_PORT=2200
# HTTP Basic Auth
HTTP_BASIC_AUTH_PATH=
HTTP_BASIC_AUTH_USER=
HTTP_BASIC_AUTH_PASS=
# Public Variables below
ENV_NAME=development
APP_NAME=Bedrock
APP_URL=http://localhost:2200
API_URL=http://localhost:2300
API_KEY=web
# Sentry Error Tracking
SENTRY_DSN=
# Google Tag Manager Analytics
GTM_CONTAINER_ID=
# Google Maps and Address Lookup
# https://console.cloud.google.com/apis/library/maps-backend.googleapis.com
# https://console.cloud.google.com/apis/library/places-backend.googleapis.com
GOOGLE_API_KEY=
# Sign in with Google
GOOGLE_CLIENT_ID=
# Sign in with Apple
APPLE_SERVICE_ID=
APPLE_RETURN_URL=