switched port to test with Travis

This commit is contained in:
lotte
2020-04-21 15:16:42 +02:00
parent cad9dcaf98
commit 172d3891f0
6 changed files with 8 additions and 8 deletions

View File

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