chore: swagger host to https
This commit is contained in:
@ -8,13 +8,13 @@
|
|||||||
"server": {
|
"server": {
|
||||||
"port": "7001",
|
"port": "7001",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"host_swagger": "http://his.shiblysolution.id/service-user/",
|
"host_swagger": "https://his.shiblysolution.id/service-user/",
|
||||||
"max_body": "50mb",
|
"max_body": "50mb",
|
||||||
"max_upload": 104857600,
|
"max_upload": 104857600,
|
||||||
"morgan": "combined",
|
"morgan": "combined",
|
||||||
"cors": "*",
|
"cors": "*",
|
||||||
"ssl": {
|
"ssl": {
|
||||||
"enable": false,
|
"enable": true,
|
||||||
"cert": "",
|
"cert": "",
|
||||||
"key": ""
|
"key": ""
|
||||||
}
|
}
|
||||||
@ -31,10 +31,10 @@
|
|||||||
"auth": {
|
"auth": {
|
||||||
"refresh_token_lifetime_day": 1,
|
"refresh_token_lifetime_day": 1,
|
||||||
"access_token_lifetime": 86400,
|
"access_token_lifetime": 86400,
|
||||||
"reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/"
|
"reset_password_url": "https://his.shiblysolution.id/ukln/auth/reset-password/"
|
||||||
},
|
},
|
||||||
"service": {
|
"service": {
|
||||||
"notification": "http://127.0.0.1:7004/",
|
"notification": "http://127.0.0.1:7004/",
|
||||||
"hrms": "https://tcelanatl.shiblysolution.id/hrms/"
|
"hrms": "https://his.shiblysolution.id/hrms/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user