-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
46 lines (46 loc) · 1.33 KB
/
config.json
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
{
"MOUNTS":
[
"global",
"loader"
],
"VRMOUNTS":
[
"vrlanding"
],
"URL": "https://iconicmints.wsjbarrons.com/",
"MODERATION_ENABLED": false,
"EVENT_AUTH_REQUIRED": false,
"VR_AUTH_REQUIRED": false,
"GAMECENTER_SOCKET": "wss://s.dreamwave.network/iconicmints/ws",
"API": "/dream",
"API_LOCAL": "/dream",
"PROD": true,
"LOCAL_OVERRIDE": true,
"AGORA_APP_ID": "3ed31cb4b6e046b687ed06b3a6ef0ea5",
"AGORA_TOKEN_SERVER": "https://us-central1-wsj-nft-gallery.cloudfunctions.net/agora/token",
"AGORA_BROADCAST_CODE_VERIFY": "https://us-central1-wsj-nft-gallery.cloudfunctions.net/agora/verify",
"PLATFORM_CONFIG":
{
"platform": "",
"apiKey": "AIzaSyDOF0-663SifxAnbHEJgYC8g8alr2h1l1Y",
"appId": "1:408430849860:web:8a4f3589911a3b040db111",
"measurementId": "",
"projectId": "wsj-nft-gallery",
"authDomain": "wsj-nft-gallery.firebaseapp.com",
"databaseURL": "wsj-nft-gallery-default-rtdb.firebaseio.com",
"senderId": "408430849860",
"title": "Config"
},
"GAMECENTER_FIREBASE": true,
"SERVICES":
{
"firebase": true,
"firestore": true,
"database": true,
"functions": true,
"analytics": false,
"auth": true,
"init": true
}
}