stream-deploy/docker/nginx/web/.env.production

7 lines
91 B
Plaintext
Raw Permalink Normal View History

2025-12-06 17:53:25 +08:00
# just a flag
ENV = 'production'
# base api
2025-12-08 21:20:21 +08:00
VUE_APP_BASE_API = 'http://114.67.89.4:9090'
2025-12-06 17:53:25 +08:00