LSSE-front/.env.production

5 lines
146 B
Plaintext
Raw Normal View History

NODE_ENV=production
VUE_APP_PREVIEW=true
VUE_APP_API_BASE_URL=/api
VUE_APP_API_URL=http://127.0.0.1:8099
VUE_APP_WEBSOCKET_URL=ws://127.0.0.1:9001