Files
orion-visor/orion-visor-ui/.env.development

7 lines
224 B
Plaintext
Raw Normal View History

2024-05-16 13:53:03 +08:00
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'
2024-08-08 10:14:39 +08:00
VITE_APP_VERSION= '2.1.3'
2024-06-18 11:53:58 +08:00
VITE_APP_RELEASE= 'community'
2024-02-20 18:02:13 +08:00
VITE_SFTP_PREVIEW_MB= 2
2024-05-24 10:47:28 +08:00
VITE_DEMO_MODE= false