From 81e3552f4aed4a1d8ce730edfd13e3bf155e55ca Mon Sep 17 00:00:00 2001 From: fro1991 Date: Thu, 1 Jan 2026 18:02:09 +0700 Subject: [PATCH] update --- config/default.json | 54 ++++++++++++++++++++++----------------------- config/prod.json | 54 ++++++++++++++++++++++----------------------- config/stag.json | 54 ++++++++++++++++++++++----------------------- 3 files changed, 81 insertions(+), 81 deletions(-) diff --git a/config/default.json b/config/default.json index 57c3b2e..5d634b6 100644 --- a/config/default.json +++ b/config/default.json @@ -1,32 +1,32 @@ { - "app": { - "name": "Service Master Data", - "description": "Purpose of this service is to provide master data product, master data suco and etc", - "version": "1.0.0", - "env": "Development" - }, - "server": { - "port": "7010", - "host": "0.0.0.0", - "host_swagger": "http://127.0.0.1:7010", - "max_body": "50mb", - "max_upload": 104857600, - "morgan": "combined", - "cors": "*", - "ssl": { - "enable": false, - "cert": "", - "key": "" - } - }, - "database": { - "engine": "postgres", - "host": "127.0.0.1", - "port": "15432", + "app": { + "name": "Service Master Data", + "description": "Purpose of this service is to provide master data product, master data suco and etc", + "version": "1.0.0", + "env": "Development" + }, + "server": { + "port": "7002", + "host": "0.0.0.0", + "host_swagger": "http://127.0.0.1:7002", + "max_body": "50mb", + "max_upload": 104857600, + "morgan": "combined", + "cors": "*", + "ssl": { + "enable": false, + "cert": "", + "key": "" + } + }, + "database": { + "engine": "postgres", + "host": "127.0.0.1", + "port": "15432", "username": "tcel_staging", "password": "fK*#o>1W2&6f", "database": "tcel_anatl_staging", - "synchronize": true, - "logging": true - } + "synchronize": true, + "logging": true + } } diff --git a/config/prod.json b/config/prod.json index adcfe5d..9822280 100644 --- a/config/prod.json +++ b/config/prod.json @@ -1,31 +1,31 @@ { - "app": { - "name": "Service Master Data", - "description": "Purpose of this service is to provide master data product, master data suco and etc", - "version": "1.0.0", - "env": "Production" - }, - "server": { - "port": "7010", - "host": "0.0.0.0", - "host_swagger": "https://brilianapps.britimorleste.tl/test/m/", - "max_body": "50mb", - "max_upload": 104857600, - "morgan": "combined", - "cors": "*", - "ssl": { - "enable": false, - "cert": "", - "key": "" - } - }, - "database": { - "engine": "postgres", - "host": "172.16.11.202", - "port": "5432", - "username": "tcel_staging", + "app": { + "name": "Service Master Data", + "description": "Purpose of this service is to provide master data product, master data suco and etc", + "version": "1.0.0", + "env": "Production" + }, + "server": { + "port": "7002", + "host": "0.0.0.0", + "host_swagger": "https://brilianapps.britimorleste.tl/test/m/", + "max_body": "50mb", + "max_upload": 104857600, + "morgan": "combined", + "cors": "*", + "ssl": { + "enable": false, + "cert": "", + "key": "" + } + }, + "database": { + "engine": "postgres", + "host": "172.16.11.202", + "port": "5432", + "username": "tcel_staging", "password": "fK*#o>1W2&6f", "database": "tcel_anatl_staging", - "logging": false - } + "logging": false + } } diff --git a/config/stag.json b/config/stag.json index a987301..14c9cd8 100644 --- a/config/stag.json +++ b/config/stag.json @@ -1,31 +1,31 @@ { - "app": { - "name": "Service Master Data", - "description": "Purpose of this service is to provide master data product, master data suco and etc", - "version": "1.0.0", - "env": "Staging" - }, - "server": { - "port": "7010", - "host": "0.0.0.0", - "host_swagger": "https://tcelanatl.shiblysolution.id/test/m/", - "max_body": "50mb", - "max_upload": 104857600, - "morgan": "combined", - "cors": "*", - "ssl": { - "enable": false, - "cert": "", - "key": "" - } - }, - "database": { - "engine": "postgres", - "host": "172.16.11.202", - "port": "5432", - "username": "tcel_staging", + "app": { + "name": "Service Master Data", + "description": "Purpose of this service is to provide master data product, master data suco and etc", + "version": "1.0.0", + "env": "Staging" + }, + "server": { + "port": "7002", + "host": "0.0.0.0", + "host_swagger": "https://tcelanatl.shiblysolution.id/test/m/", + "max_body": "50mb", + "max_upload": 104857600, + "morgan": "combined", + "cors": "*", + "ssl": { + "enable": false, + "cert": "", + "key": "" + } + }, + "database": { + "engine": "postgres", + "host": "172.16.11.202", + "port": "5432", + "username": "tcel_staging", "password": "fK*#o>1W2&6f", "database": "tcel_anatl_staging", - "logging": true - } + "logging": true + } }