7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
|
# 线上环境
|
||
|
ENV = production
|
||
|
|
||
|
# 线上环境接口地址
|
||
|
VITE_API_URL = http://127.0.0.1:2387
|
||
|
|