-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig.new.json
More file actions
58 lines (58 loc) · 835 Bytes
/
config.new.json
File metadata and controls
58 lines (58 loc) · 835 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"version": "1.0.0",
"license": "XXXX-XXXX-XXXX-XXXX",
"mode": "development",
"hotel": {
"name": "Habbay",
"theme": "material",
"maintenance": false,
"currencies": [
"coins",
"duckets",
"diamonds"
],
"url": [
"http://localhost:8081"
],
"user": {
"maxFriends": 300,
"maxClubFriends": 1000
},
"registration": {
"rank": 1,
"room": 1,
"vip": 0,
"motto": "Hmm i'm new here!",
"currencies": [
{
"name": "coins",
"amount": 1000
},
{
"name": "duckets",
"amount": 5000
},
{
"name": "diamonds",
"amount": 5
}
]
}
},
"server": {
"host": "localhost",
"port": 8081
},
"api": {
"host": "localhost",
"port": 8082
},
"database": {
"type": "",
"host": "",
"port": 8081,
"name": "",
"user": "",
"pass": ""
}
}