first commit
This commit is contained in:
19
env/.env
vendored
Normal file
19
env/.env
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# 环境变量前缀
|
||||
# 此前缀开头的变量通过 import.meta.env 暴露出去
|
||||
ENV_PREFIX=EO_
|
||||
|
||||
APP_TITLE=${APP_TITLE}
|
||||
|
||||
# router base
|
||||
EO_BASE=/
|
||||
|
||||
# 协议
|
||||
APP_PROTOCOL=https://
|
||||
|
||||
# 接口地址
|
||||
EO_API_URL=${APP_PROTOCOL}${API_PATH}
|
||||
OSS_API_URL=${APP_PROTOCOL}${OSS_API_PATH}
|
||||
|
||||
# 接口代理地址
|
||||
API_PROXY=${APP_PROTOCOL}${API_PATH}
|
||||
OSS_API_PROXY=${APP_PROTOCOL}${OSS_API_PATH}
|
||||
Reference in New Issue
Block a user