Skip to content

Commit e579b74

Browse files
committed
Adding chat config file
1 parent 2eab8d0 commit e579b74

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/config/chatConfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"debug" : true,
3+
"port" : 1337,
4+
"backLog" : 100,
5+
"backFill" : 30,
6+
"apiEndPoint" : "http://dev.anima.stygianvault.com/api/chat-room-log",
7+
"connectionMessage" : true
8+
}

0 commit comments

Comments
 (0)