Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 7991c39

Browse files
committed
Updated config
1 parent 65a17ae commit 7991c39

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

assets/config/config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"server": {
2+
"servers": [{
33
"hostname": "localhost",
44
"port": 1423,
55
"type": "http"
6-
}
6+
},{
7+
"hostname": "ccmultiplayerserver.herokuapp.com",
8+
"port": 80,
9+
"type": "http"
10+
}]
711
}

0 commit comments

Comments
 (0)