crss/.env.staging

10 lines
141 B
Plaintext
Raw Normal View History

2025-12-27 16:21:12 +08:00
NODE_ENV = production
# just a flag
ENV = 'staging'
# base api
VUE_APP_BASE_API = '/aiccs-api'
2026-01-08 14:06:23 +08:00
VUE_APP_DOWNLOAD_URL = '/aiccs/fileupload'