Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
sponzillo committed Dec 4, 2021
1 parent ff60704 commit 36c96e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const user5 = {
// ** RUN LOCAL MONGODB, EX: mongod --dbpath /usr/local/var/mongodb
const config = {
APPID: 'tilechat',
MQTT_ENDPOINT: 'wss://localhost:15676/ws',
MQTT_ENDPOINT: 'ws://localhost:15676/ws',
API_ENDPOINT: 'http://localhost:8010/api',
CLIENT_API_LOG: false,
HTTP_SERVER_LOG_LEVEL: 'error',
Expand Down

0 comments on commit 36c96e4

Please sign in to comment.