blog/.env.development
youzi b34147a30b
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m41s
12-28
2024-12-28 14:07:33 +08:00

8 lines
171 B
Plaintext

# 开发环境配置
ENV = 'development'
VITE_APP_ENV = 'development'
VITE_APP_BASE_URL = 'http://127.0.0.1:7777'
# VITE_APP_BASE_URL = 'https://www.hxyouzi.com'