DONE: update to use ip for the api in frontend
Build Docker Image / build-backend (push) Successful in 6s
Build Docker Image / build-admin (push) Successful in 7s
Build Docker Image / build-teller (push) Successful in 5s
Build Docker Image / build-customer (push) Successful in 12s

This commit is contained in:
ISMAIL MASSERAN
2026-07-26 14:08:13 +08:00
parent 8fd3dbe393
commit d0f5d4c979
13 changed files with 97 additions and 22 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
export const SERVER_URL = import.meta.env.VITE_API_URL;
export const CUSTOMER_APP_URL = 'https://qms-customer.erahn.com.my';
/** Public base URL encoded into branch QR codes (ManageBranchesScreen only). */
export const BRANCH_QR_BASE_URL =
import.meta.env.VITE_BRANCH_QR_BASE_URL ?? 'http://localhost:3000';
export const ROLES = {
ROLE_SUPER_ADMIN: 'ROLE_SUPER_ADMIN',