fixing config & hide system in logs
This commit is contained in:
parent
cab38eceba
commit
3574330438
2 changed files with 11 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ const config = ref<any>({
|
|||
API_REPORT2_URI: "https://bma-ehr.frappet.synology.me/api/v2",
|
||||
API_REPORT_TEMPLATE_URI:
|
||||
"https://report-server.frappet.synology.me/api/v1/report-template",
|
||||
API_LOG: "http://192.168.1.90:20007/api/v1",
|
||||
API_LOG: apiUrlConfig,
|
||||
},
|
||||
test: {
|
||||
API_URI: "http://localhost:5010/api/v1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue