🔧 Update default ports for deployment configuration
This commit is contained in:
@@ -59,9 +59,9 @@ function parseArgs() {
|
||||
const args = process.argv.slice(2);
|
||||
const config = {
|
||||
target: 'internal',
|
||||
port: 8080,
|
||||
port: 8099,
|
||||
sslPort: null,
|
||||
backendPort: 3000
|
||||
backendPort: 3099
|
||||
};
|
||||
|
||||
for (let i = 0; i < args.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user