init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#### 生产环境
|
||||
|
||||
# 前端端口
|
||||
VITE_PORT = 8089
|
||||
# 前端路径v
|
||||
|
||||
VITE_BASE_URL = '/'
|
||||
# 后端接口地址,用 https时要改成 /api,ip时用注释的,配合nginx.conf。
|
||||
#VITE_API_DOMAIN = 'http://123.57.71.170:1024'
|
||||
VITE_API_DOMAIN = '/api'
|
||||
# 远程Selenium
|
||||
VITE_PLATFORM_API_URL='https://123.57.71.170:2222'
|
||||
VITE_WS_URL='wss://www.airzhihui.com/ws'
|
||||
Reference in New Issue
Block a user