-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.staging
37 lines (26 loc) · 939 Bytes
/
.env.staging
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
# Environment (DEV | STAGING | TEST | PROD)
ENVIRONMENT=STAGING
APP_URL=
API_URL=https://core.cloudradar.info
HUB_URL=https://hub.cloudradar.info
API_HTTPS=true
API_PREFIX=/api
API_PROXY=
# Google Tag Manager ID
GTM_ID=GTM-N2VBVKB
# www base path
WWW_BASE_PATH=https://www.cloudradar.io
# Knowledge Base base path
KB_BASE_PATH=https://docs.cloudradar.io/
# The bucket where the glossary.csv will be stored
TRANSLATION_BUCKET=cloudradar-translation
# Google Cloud Project ID
GOOGLE_PROJECT_ID=ferrous-record-212515
# Google Cloud Location
GOOGLE_LOCATION=us-central1
# Directory where the source files for the translations are located
TRANSLATION_SOURCE_DIR=../../../lang
# Directory where the translated files will be saved to
TRANSLATION_DESTINATION_DIR=lang
SENTRY_AUTH_TOKEN=9c9ab1c3a5f04f92872f7b153256f00c59afee52b7cb4829bf368b4b670bcb0f
SENTRY_DSN=https://[email protected]/5550396