Files
aida_front/.env.dev

13 lines
396 B
Plaintext
Raw Normal View History

2024-01-31 09:34:20 +08:00
NODE_ENV = 'development'
# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
2024-05-22 10:45:52 +08:00
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
2024-01-31 09:34:20 +08:00
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
2025-01-07 17:15:28 +08:00
# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
2024-09-03 16:39:06 +08:00
# VUE_APP_BASE_URL = 'https://www.api.aida.com.hk'
2024-12-18 17:38:43 +08:00
# 徐佩
2024-12-01 17:22:20 +08:00
# VUE_APP_BASE_URL = 'http://192.168.1.4:5567'
2024-05-28 16:00:26 +08:00
# 海波
2025-01-07 17:15:28 +08:00
VUE_APP_BASE_URL = 'http://192.168.1.2:5567'
2024-09-03 17:04:16 +08:00