setting prod
This commit is contained in:
@ -36,6 +36,6 @@
|
|||||||
},
|
},
|
||||||
"service": {
|
"service": {
|
||||||
"notification": "http://service-cashier:7004/",
|
"notification": "http://service-cashier:7004/",
|
||||||
"hrms": "http://localhost:9080/service-hrms/"
|
"hrms": "http://apisix:9080/service-hrms/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
"server": {
|
"server": {
|
||||||
"port": "7001",
|
"port": "7001",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"host_swagger": "https://histl.hngv/service-user/",
|
"host_swagger": "https://histl.hngv/api/service-user/",
|
||||||
"max_body": "50mb",
|
"max_body": "50mb",
|
||||||
"max_upload": 104857600,
|
"max_upload": 104857600,
|
||||||
"morgan": "combined",
|
"morgan": "combined",
|
||||||
@ -26,6 +26,7 @@
|
|||||||
"username": "saude_production",
|
"username": "saude_production",
|
||||||
"password": "y0BZQ6of14OULYnb",
|
"password": "y0BZQ6of14OULYnb",
|
||||||
"database": "saude_production",
|
"database": "saude_production",
|
||||||
|
"synchronize": true,
|
||||||
"logging": false
|
"logging": false
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
@ -35,6 +36,6 @@
|
|||||||
},
|
},
|
||||||
"service": {
|
"service": {
|
||||||
"notification": "http://172.16.10.10:7004/",
|
"notification": "http://172.16.10.10:7004/",
|
||||||
"hrms": "https://histl.hngv/service-hrms/"
|
"hrms": "https://histl.hngv/api/service-hrms/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user