🏗️ Configured the service transporter
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user