config api prod

This commit is contained in:
Kittapath 2023-09-12 11:59:57 +07:00
parent 70b40cf36c
commit e48781bb97
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,6 @@ export const apiUrlConfig = import.meta.env.VITE_API_URI_CONFIG
// if (process.env.VUE_APP_TEST) {
// env = "test";
// }
const config = ref<any>({
development: {
// API_URI: "https://localhost:7260/api",
@ -18,7 +17,7 @@ const config = ref<any>({
MEET_URI: "meet.frappet.com",
},
production: {
API_URI: "https://bma-ehr.frappet.synology.me/api/v1",
API_URI: apiUrlConfig,
API_URI_ORG_TREE: "https://s3cluster.frappet.com/bma-ehr-fpt/organization/strueture/tree_20230707_115124.json",
MEET_URI: "meet.frappet.com",
},