-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconf.json
47 lines (47 loc) · 1.08 KB
/
conf.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
47
{
"server": {
"host": "http://localhost",
"port": ":9600"
},
"cors": {
"origins": [
"*",
"http://192.168.137.1:3000",
"http://localhost:3000",
"https://rasseki.com",
"http://localhost",
"http://localhost:8080",
"https://localhost",
"https://localhost:8443",
"https://127.0.0.1",
"http://127.0.0.1",
"http://192.168.137.1:3000/",
"SNAKEWAVE.COM",
"snakewave.com",
"https://snakewave.com",
"SNAKEWAVE.DE",
"snakewave.de",
"https://snakewave.de"
],
"headers": [
"Content-type"
],
"credentials" : "true",
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"OPTIONS"
]
},
"auth": {
"host": "127.0.0.1",
"port": ":8888"
},
"game": {
"host": "127.0.0.1",
"port": ":8889",
"ws_port": ":9605"
}
}