forked from chat21/chat21-ionic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.sample
More file actions
25 lines (19 loc) · 789 Bytes
/
env.sample
File metadata and controls
25 lines (19 loc) · 789 Bytes
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
CHAT_SEND_BY_EMAIL_LINK=mailto:?subject=xxx&body=xxx
FIREBASESTORAGE_BASE_URL_IMAGE=https://firebasestorage.googleapis.com/v0/b/
DASHBOARD_URL=https://YOUR_DASHBOARD_URL
SERVER_BASE_URL=http://localhost:3000/
CHAT21_ENGINE=mqtt
# For MQTT Chat Engine
MQTT_APPID=tilechat
MQTT_ENDPOINT=mqtt://localhost:15675/ws
MQTT_APIENDPOINT=http://localhost:8004/api
MQTT_LOGINSERVICE_ENDPOINT=http://localhost:3000/chat21/native/auth/createCustomToken
#For Firebase Chat Engine
#FIREBASE_APIKEY=CHANGEIT
#FIREBASE_AUTHDOMAIN=CHANGEIT.firebaseapp.com
#FIREBASE_DATABASEURL=https://CHANGEIT.firebaseio.com
#FIREBASE_PROJECT_ID=chat21-pre-01
#FIREBASE_STORAGEBUCKET=CHANGEIT.appspot.com
#FIREBASE_MESSAGINGSENDERID=********
#FIREBASE_APP_ID=CHANGEIT
CHAT21_URL=https://CHANGEIT.cloudfunctions.net