This commit is contained in:
paoloar77
2024-01-24 16:23:13 +01:00
parent c760e9265f
commit 6135d0f8aa
6 changed files with 7 additions and 7 deletions

View File

@@ -238,7 +238,7 @@ module.exports = {
},
// Options for the API server
apiOptions: {
port: process.env.API_PORT || 3100,
port: process.env.API_PORT || 3014,
host: process.env.API_HOST || 'localhost',
// (Optional) Set to true to enable `console.debug()` logging
debug: false,