frontend-store/.env.production

7 lines
170 B
Plaintext
Raw Normal View History

2025-07-07 16:39:18 +08:00
# 生产环境接口地址
2025-07-15 15:23:06 +08:00
VITE_API_URL=http://bar.beerape.com/prod-api
VITE_API_STORE_URL=http://store.beerape.com
# VITE_API_URL=http://dev.store.beerape.com/dev-api
2025-07-07 18:03:33 +08:00