Files
certificate-management/ca-admin-ui/.env.development

9 lines
176 B
Plaintext
Raw Permalink Normal View History

2025-07-23 17:30:33 +08:00
# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = '/dev-api'
2025-07-23 22:17:47 +08:00
# VUE_APP_PROXY_API = 'https://www.yyds8848.com/ca/'
VUE_APP_PROXY_API = 'http://127.0.0.1:60000/'