AIchat/env/.env.test

6 lines
193 B
Plaintext
Raw Normal View History

2025-05-07 06:45:14 +00:00
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
2025-05-22 01:26:38 +00:00
NODE_ENV = 'test'
2025-05-07 06:45:14 +00:00
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = false
2025-05-22 01:26:38 +00:00
VITE_SERVER_BASEURL = 'http://114.218.158.24:9020'