| | |
| | | |
| | | |
| | | # Basic interface address SPA |
| | | VITE_GLOB_API_URL=http://172.16.80.40:9527/api |
| | | VITE_GLOB_SYS_API_URL=http://172.16.80.40:9527 |
| | | VITE_GLOB_TSK_API_URL=http://172.16.80.40:9527/api |
| | | # VITE_GLOB_API_URL=http://172.16.80.40:9527/api |
| | | # VITE_GLOB_SYS_API_URL=http://172.16.80.40:9527 |
| | | # VITE_GLOB_TSK_API_URL=http://172.16.80.40:9527/api |
| | | VITE_GLOB_API_URL=http://localhost:9527/api |
| | | VITE_GLOB_SYS_API_URL=http://localhost:9527 |
| | | VITE_GLOB_TSK_API_URL=http://localhost:9527/api |
| | | |
| | | # File upload address, optional |
| | | # It can be forwarded by nginx or write the actual address directly |