Files
aida_front/.env.test_build

8 lines
276 B
Plaintext
Raw Normal View History

2023-07-26 15:54:34 +08:00
NODE_ENV = 'production'
2023-10-11 17:34:14 +08:00
# VUE_APP_BASE_URL = 'https://aida.com.hk/test'
# VUE_APP_BASE_URL = 'http://18.167.251.121:10088'
2023-12-22 10:57:12 +08:00
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
# VUE_APP_BASE_URL = 'https://test.api.aida.com.hk'
VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
2023-10-11 17:34:14 +08:00