aiceps-mobile/.env.staging

10 lines
130 B
Plaintext
Raw Normal View History

2026-03-23 11:38:10 +08:00
NODE_ENV = production
# just a flag
ENV = 'staging'
VUE_APP_ENVIRONMENT = 'staging'
# base api
VUE_APP_BASE_API = '/stage-api'