Skip to content

Commit

Permalink
Fix issue #15
Browse files Browse the repository at this point in the history
  • Loading branch information
vamcart committed Apr 10, 2019
1 parent 3fdcf6d commit 3904afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = {
// dashboard UI language
language: process.env.LANGUAGE || 'en',
apiBaseUrl: process.env.API_BASE_URL || 'http://localhost:3001/api/v1',
apiWebSocketUrl: process.env.API_WEB_SOCKET_URL || '', // ws://localhost:3001 (in development)
apiWebSocketUrl: process.env.API_WEB_SOCKET_URL || 'ws://localhost:3001',
developerMode: process.env.DEVELOPER_MODE || true
};

0 comments on commit 3904afb

Please sign in to comment.