From 0a7c632696d37b30ff158584644f63cf9ea30393 Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Mon, 18 May 2026 14:14:49 +0700 Subject: [PATCH] update config prod.json --- config/prod.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/prod.json b/config/prod.json index d8244aa..bd841be 100644 --- a/config/prod.json +++ b/config/prod.json @@ -8,7 +8,7 @@ "server": { "port": "7001", "host": "0.0.0.0", - "host_swagger": "https://tcelanatl.shiblysolution.id/test/u", + "host_swagger": "http://192.168.1.72/service-user/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", @@ -21,11 +21,11 @@ }, "database": { "engine": "postgres", - "host": "172.16.11.202", + "host": "192.168.1.73", "port": "5432", - "username": "tcel_staging", - "password": "fK*#o>1W2&6f", - "database": "tcel_anatl_staging", + "username": "saude_production", + "password": "y0BZQ6of14OULYnb", + "database": "saude_production", "logging": false }, "auth": {