This commit is contained in:
fro1991
2026-01-01 18:02:09 +07:00
parent 76dfb10700
commit 81e3552f4a
3 changed files with 81 additions and 81 deletions

View File

@ -6,9 +6,9 @@
"env": "Development"
},
"server": {
"port": "7010",
"port": "7002",
"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_upload": 104857600,
"morgan": "combined",

View File

@ -6,7 +6,7 @@
"env": "Production"
},
"server": {
"port": "7010",
"port": "7002",
"host": "0.0.0.0",
"host_swagger": "https://brilianapps.britimorleste.tl/test/m/",
"max_body": "50mb",

View File

@ -6,7 +6,7 @@
"env": "Staging"
},
"server": {
"port": "7010",
"port": "7002",
"host": "0.0.0.0",
"host_swagger": "https://tcelanatl.shiblysolution.id/test/m/",
"max_body": "50mb",