Files
orion-visor/orion-visor-ui/.env.development
2024-10-10 18:32:40 +08:00

6 lines
200 B
Plaintext

VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion-visor/api'
VITE_WS_BASE_URL= 'ws://127.0.0.1:9200/orion-visor/keep-alive'
VITE_APP_VERSION= '2.1.7'
VITE_APP_RELEASE= 'community'
VITE_DEMO_MODE= false