@@ -19,13 +19,13 @@ export const TOMTOM_API_KEY =
1919 * Chỉ cần base URL (ví dụ: http://localhost:8000)
2020 * Code sẽ tự thêm /api/v1 nếu chưa có
2121 *
22- * Production (Cloudflare Tunnel): https://scholar-restrict-fisher-physician .trycloudflare.com
22+ * Production (Cloudflare Tunnel): https://rooms-tools-kirk-nelson .trycloudflare.com
2323 * Local Development: http://localhost:8000
2424 */
2525export const WEATHER_API_BASE_URL =
2626 ( Constants . expoConfig ?. extra as any ) ?. weatherApiBaseUrl ||
2727 ( typeof process !== 'undefined' && process . env ?. WEATHER_API_BASE_URL ) ||
28- 'https://scholar-restrict-fisher-physician .trycloudflare.com' ;
28+ 'https://rooms-tools-kirk-nelson .trycloudflare.com' ;
2929
3030/**
3131 * MongoDB Atlas Connection String
@@ -49,27 +49,27 @@ export const MONGODB_DB_NAME =
4949 * API Base URL for Reports (Backend API)
5050 * Now using FastAPI backend at /api/v1/app/reports
5151 *
52- * Production (Cloudflare Tunnel): https://scholar-restrict-fisher-physician .trycloudflare.com/api/v1/app
52+ * Production (Cloudflare Tunnel): https://rooms-tools-kirk-nelson .trycloudflare.com/api/v1/app
5353 * Local Development: http://localhost:8000/api/v1/app
5454 */
5555export const REPORTS_API_BASE_URL =
5656 ( Constants . expoConfig ?. extra as any ) ?. reportsApiBaseUrl ||
5757 ( typeof process !== 'undefined' && process . env ?. REPORTS_API_BASE_URL ) ||
5858 process . env ?. EXPO_PUBLIC_REPORTS_API_BASE_URL ||
59- 'https://scholar-restrict-fisher-physician .trycloudflare.com/api/v1/app' ;
59+ 'https://rooms-tools-kirk-nelson .trycloudflare.com/api/v1/app' ;
6060
6161/**
6262 * API Base URL for Authentication (Backend API)
6363 * Now using FastAPI backend at /api/v1/app/auth
6464 *
65- * Production (Cloudflare Tunnel): https://scholar-restrict-fisher-physician .trycloudflare.com/api/v1/app
65+ * Production (Cloudflare Tunnel): https://rooms-tools-kirk-nelson .trycloudflare.com/api/v1/app
6666 * Local Development: http://localhost:8000/api/v1/app
6767 */
6868export const AUTH_API_BASE_URL =
6969 ( Constants . expoConfig ?. extra as any ) ?. authApiBaseUrl ||
7070 ( typeof process !== 'undefined' && process . env ?. AUTH_API_BASE_URL ) ||
7171 process . env ?. EXPO_PUBLIC_AUTH_API_BASE_URL ||
72- 'https://scholar-restrict-fisher-physician .trycloudflare.com/api/v1/app' ;
72+ 'https://rooms-tools-kirk-nelson .trycloudflare.com/api/v1/app' ;
7373
7474/**
7575 * Kiểm tra xem API key đã được cấu hình chưa
0 commit comments