switched back to port 4000

This commit is contained in:
lotte
2020-04-23 14:17:05 +02:00
parent f1d1761fd7
commit 0f43ff4fea
7 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ export const environment: GlobalConfig = {
ui: {
ssl: false,
host: 'localhost',
port: 3000,
port: 4000,
// NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: '/',
},