-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
27 lines (22 loc) · 871 Bytes
/
.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
APP_NAME="StoryTime - Dev"
REDUX=false
# choose database you want to access firebase | prisma (sqlite, postgreSQL or MySQL)
DATABASE_PROVIDER=firebase
#PRISMA_API_KEY=
PRISMA_AUTH_DOMAIN=YOUR_PRISMA_AUTH_URL
PRISMA_HOST_URI=YOUR_PRISMA_API_HOST
# random hash string
PRISMA_SECRET=YOUR_RANDOM_PRISMA_SECRET
FIREBASE_API_KEY=YOUR_API_KEY
FIREBASE_AUTH_DOMAIN=YOUR_AUTH_DOMAIN
FIREBASE_PROJECT_ID=YOUR_PROJECT_ID
FIREBASE_STORAGE_BUCKET=YOUR_STORAGE_BUCKET
FIREBASE_MESSAGING_SENDER_ID=YOUR_MESSAGING_SENDER_ID
FIREBASE_APP_ID=YOUR_APP_ID
FIREBASE_MEASUREMENT_ID=YOUR_MEASUREMENT_ID
FIREBASE_DATABASE_URL=YOUR_DATABASE_URL
# example: './src/assets/data/config.json'
PATH_TO_CONFIG='./PATH/TO/YOUR/CONFIG.JSON.FILE'
# Relative path from the main.ts to the config.json file.
# example: './assets/data/config.json'
REL_PATH_TO_CONFIG='./REL_PATH/TO/YOUR/CONFIG.JSON.FILE'