fixing url staging hrms

This commit is contained in:
2025-11-02 12:21:37 +07:00
parent c729f921bc
commit cf9e2525fa
2 changed files with 7 additions and 6 deletions

View File

@ -22,10 +22,11 @@
"database": {
"engine": "postgres",
"host": "127.0.0.1",
"port": "5432",
"username": "postgres",
"password": "123",
"database": "bri_erp",
"port": "3324",
"username": "bri_staging",
"password": "fK*#o>1W2&6f",
"database": "bri_erp_staging",
"synchronize": false,
"logging": true
},
"auth": {
@ -35,6 +36,6 @@
},
"service": {
"notification": "http://127.0.0.1:4008/",
"hrms": "https://brilianapps.britimorleste.tl/hrms/"
"hrms": "https://brilianapps.shiblysolution.id/hrms/"
}
}

View File

@ -35,6 +35,6 @@
},
"service": {
"notification": "http://127.0.0.1:4008/",
"hrms": "https://brilianapps.britimorleste.tl/hrms/"
"hrms": "https://brilianapps.shiblysolution.id/hrms/"
}
}