Files
mayfly-go/frontend/.env.development

7 lines
102 B
Plaintext
Raw Normal View History

# 本地环境
ENV = 'development'
2023-12-28 17:21:33 +08:00
VITE_OPEN = true
# 本地环境接口地址
VITE_API_URL = '/api'