This commit is contained in:
Narul Hidayah
2026-01-02 17:16:56 +07:00
3 changed files with 81 additions and 81 deletions

View File

@ -1,32 +1,32 @@
{ {
"app": { "app": {
"name": "Service Master Data", "name": "Service Master Data",
"description": "Purpose of this service is to provide master data product, master data suco and etc", "description": "Purpose of this service is to provide master data product, master data suco and etc",
"version": "1.0.0", "version": "1.0.0",
"env": "Development" "env": "Development"
}, },
"server": { "server": {
"port": "7010", "port": "7002",
"host": "0.0.0.0", "host": "0.0.0.0",
"host_swagger": "http://127.0.0.1:7010", "host_swagger": "http://127.0.0.1:7002",
"max_body": "50mb", "max_body": "50mb",
"max_upload": 104857600, "max_upload": 104857600,
"morgan": "combined", "morgan": "combined",
"cors": "*", "cors": "*",
"ssl": { "ssl": {
"enable": false, "enable": false,
"cert": "", "cert": "",
"key": "" "key": ""
} }
}, },
"database": { "database": {
"engine": "postgres", "engine": "postgres",
"host": "127.0.0.1", "host": "127.0.0.1",
"port": "15432", "port": "15432",
"username": "tcel_staging", "username": "tcel_staging",
"password": "fK*#o>1W2&6f", "password": "fK*#o>1W2&6f",
"database": "tcel_anatl_staging", "database": "tcel_anatl_staging",
"synchronize": true, "synchronize": true,
"logging": true "logging": true
} }
} }

View File

@ -1,31 +1,31 @@
{ {
"app": { "app": {
"name": "Service Master Data", "name": "Service Master Data",
"description": "Purpose of this service is to provide master data product, master data suco and etc", "description": "Purpose of this service is to provide master data product, master data suco and etc",
"version": "1.0.0", "version": "1.0.0",
"env": "Production" "env": "Production"
}, },
"server": { "server": {
"port": "7010", "port": "7002",
"host": "0.0.0.0", "host": "0.0.0.0",
"host_swagger": "https://brilianapps.britimorleste.tl/test/m/", "host_swagger": "https://brilianapps.britimorleste.tl/test/m/",
"max_body": "50mb", "max_body": "50mb",
"max_upload": 104857600, "max_upload": 104857600,
"morgan": "combined", "morgan": "combined",
"cors": "*", "cors": "*",
"ssl": { "ssl": {
"enable": false, "enable": false,
"cert": "", "cert": "",
"key": "" "key": ""
} }
}, },
"database": { "database": {
"engine": "postgres", "engine": "postgres",
"host": "172.16.11.202", "host": "172.16.11.202",
"port": "5432", "port": "5432",
"username": "tcel_staging", "username": "tcel_staging",
"password": "fK*#o>1W2&6f", "password": "fK*#o>1W2&6f",
"database": "tcel_anatl_staging", "database": "tcel_anatl_staging",
"logging": false "logging": false
} }
} }

View File

@ -1,31 +1,31 @@
{ {
"app": { "app": {
"name": "Service Master Data", "name": "Service Master Data",
"description": "Purpose of this service is to provide master data product, master data suco and etc", "description": "Purpose of this service is to provide master data product, master data suco and etc",
"version": "1.0.0", "version": "1.0.0",
"env": "Staging" "env": "Staging"
}, },
"server": { "server": {
"port": "7010", "port": "7002",
"host": "0.0.0.0", "host": "0.0.0.0",
"host_swagger": "https://tcelanatl.shiblysolution.id/test/m/", "host_swagger": "https://tcelanatl.shiblysolution.id/test/m/",
"max_body": "50mb", "max_body": "50mb",
"max_upload": 104857600, "max_upload": 104857600,
"morgan": "combined", "morgan": "combined",
"cors": "*", "cors": "*",
"ssl": { "ssl": {
"enable": false, "enable": false,
"cert": "", "cert": "",
"key": "" "key": ""
} }
}, },
"database": { "database": {
"engine": "postgres", "engine": "postgres",
"host": "172.16.11.202", "host": "172.16.11.202",
"port": "5432", "port": "5432",
"username": "tcel_staging", "username": "tcel_staging",
"password": "fK*#o>1W2&6f", "password": "fK*#o>1W2&6f",
"database": "tcel_anatl_staging", "database": "tcel_anatl_staging",
"logging": true "logging": true
} }
} }