moreShopAdmin/.env.development

10 lines
263 B
Plaintext
Raw Normal View History

2024-05-31 09:18:45 +08:00
NODE_ENV = 'development'
2024-05-31 15:21:43 +08:00
VITE_NOW_TYPE = 'dist'
2024-05-31 09:18:45 +08:00
# Base API
2024-08-01 22:41:34 +08:00
#VITE_APP_BASE_URL='http://192.168.1.231:8545'
# VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn'
2024-07-03 16:54:50 +08:00
# VITE_APP_BASE_URL='https://multi-store.lihaink.cn'
2024-08-01 22:41:34 +08:00
VITE_APP_BASE_URL='http://192.168.1.6:8545'
2024-07-03 16:54:50 +08:00