| | |
| | | # @version: |
| | | # @Date: 2024-06-17 14:51:25 |
| | | # @LastEditors: Ben Lin |
| | | # @LastEditTime: 2024-07-25 09:46:02 |
| | | # @LastEditTime: 2024-08-27 09:32:23 |
| | | ### |
| | | # Whether to open mock |
| | | VITE_USE_MOCK = false |
| | |
| | | |
| | | |
| | | # Basic interface address SPA |
| | | VITE_GLOB_API_URL=http://localhost:9527/api |
| | | VITE_GLOB_SYS_API_URL=http://localhost:9527 |
| | | VITE_GLOB_TSK_API_URL=http://localhost:9633/api |
| | | VITE_GLOB_WS_URL=http://localhost:7519 |
| | | VITE_GLOB_API_URL=http://47.115.28.255:9520/api |
| | | VITE_GLOB_SYS_API_URL=http://47.115.28.255:9520 |
| | | VITE_GLOB_TSK_API_URL=http://47.115.28.255:9520/api |
| | | VITE_GLOB_WS_URL=ws://47.115.28.255:7519 |
| | | |
| | | # File upload address, optional |
| | | # It can be forwarded by nginx or write the actual address directly |