m2pool_web_frontend/mining-pool/.env.development

13 lines
305 B
Plaintext
Raw Normal View History

# 页面标题
VUE_APP_TITLE = m2pool
# 开发环境配置
ENV = 'development'
#开发环境
2025-07-04 05:46:11 +00:00
VUE_APP_BASE_API = 'https://test.m2pool.com/api/'
# VUE_APP_BASE_API = 'http://18.183.240.108:8080/api/'
2025-07-04 05:46:11 +00:00
VUE_APP_BASE_URL = 'https://test.m2pool.com/'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true