Files
aida_front/.env.test_build

8 lines
291 B
Plaintext
Raw Normal View History

2025-06-20 13:21:45 +08:00
VITE_USER_NODE_ENV = 'production'
# VITE_APP_BASE_URL = 'https://aida.com.hk/test'
# VITE_APP_BASE_URL = 'http://18.167.251.121:10088'
# VITE_APP_BASE_URL = 'https://api.aida.com.hk'
# VITE_APP_BASE_URL = 'https://test.api.aida.com.hk'
VITE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
2023-10-11 17:34:14 +08:00