-
Notifications
You must be signed in to change notification settings - Fork 40
/
config.json
33 lines (33 loc) · 982 Bytes
/
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
{
"server": "auto",
"serverConfig": {
"port": 8080,
"ignoredPaths": [
"/node_modules/*",
"/development/*",
"/server/index.js",
"/README.md",
"/.gitignore",
"/LICENSE",
"/package.json",
"/package-lock.json"
],
"mirror": {
"enabled": true,
"config": {
"path": "/mirror/",
"map": "https://raw.githubusercontent.com/EmberNetwork/Mirror/main/server/map.json",
"package": "https://raw.githubusercontent.com/EmberNetwork/Mirror/main/package.json",
"repo": {
"owner": "EmberNetwork",
"name": "Mirror"
},
"netplay": {
"enabled": false,
"TWILIO_ACCOUNT_SID": "",
"TWILIO_AUTH_TOKEN": ""
}
}
}
}
}