feat:add domain config

This commit is contained in:
2024-10-07 22:52:51 +08:00
parent 9588217de4
commit 7c81814e17
8 changed files with 177 additions and 47 deletions

View File

@@ -1,8 +1,10 @@
{
port: 3005,
api: {
host: 'codeflow.xiongxiao.me', // 后台代理
host: 'localhost:4000', // 后台代理
testHost: 'localhost:4000',
},
allowedOrigins: ['localhost', 'xiongxiao.me', 'zxj.im'],
domain: 'kevisual.xiongxiao.me',
resources: 'minio.xiongxiao.me/resources',
}