update master data

This commit is contained in:
2024-11-30 15:26:45 +07:00
parent 1898d44a0c
commit a8d3eaacdc
2 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@
"env": "Development"
},
"server": {
"port": "4001",
"port": "4010",
"host": "0.0.0.0",
"host_swagger": "127.0.0.1",
"host_swagger": "http://127.0.0.1:4010",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",

View File

@ -6,9 +6,9 @@
"env": "Staging"
},
"server": {
"port": "4001",
"port": "4010",
"host": "0.0.0.0",
"host_swagger": "127.0.0.1",
"host_swagger": "http://bri-dev.shiblysolution.id:4010",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",