🏗️ Configured the service transporter

This commit is contained in:
2023-09-01 09:18:37 -05:00
parent f7a8fe6ea8
commit 09061905bb
4 changed files with 29 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ const ApiService: ServiceSchema<ApiSettingsSchema> = {
// More info about settings: https://moleculer.services/docs/0.14/moleculer-web.html
settings: {
// Exposed port
port: process.env.PORT != null ? Number(process.env.PORT) : 3000,
port: process.env.PORT != null ? Number(process.env.PORT) : 3060,
// Exposed IP
ip: "0.0.0.0",