Skip to content

Commit 1e91bff

Browse files
committed
Resetting configs to default
1 parent e579b74 commit 1e91bff

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/config/chatConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"port" : 1337,
44
"backLog" : 100,
55
"backFill" : 30,
6-
"apiEndPoint" : "http://dev.anima.stygianvault.com/api/chat-room-log",
6+
"apiEndPoint" : "api/chat-room-log",
77
"connectionMessage" : true
88
}

src/config/config.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@
110110
|
111111
*/
112112
'nonCoreAliases' => array(
113-
'User',
114-
'Chat',
115-
'Chat_Room',
116113
),
117114

118115
);

0 commit comments

Comments
 (0)