You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
163 B
8 lines
163 B
|
3 months ago
|
# API 配置
|
||
|
|
VITE_API_URL=http://localhost:3000/api/v1
|
||
|
|
VITE_WS_URL=ws://localhost:3000
|
||
|
|
|
||
|
|
# 其他配置
|
||
|
|
VITE_APP_NAME=A股智投分析平台
|
||
|
|
VITE_APP_VERSION=1.0.0
|