fix: 切换服务器

This commit is contained in:
liuzhiyuan 2025-09-03 12:23:30 +08:00
parent bc83efc14e
commit e530450839
2 changed files with 5 additions and 5 deletions

View File

@ -4,14 +4,14 @@ const env = import.meta.env.MODE || 'development';
const config = {
development: {
// apiBaseUrl: 'http://192.168.5.49:48080',
apiBaseUrl: 'http://36.103.199.218:48088',
chatApiUrl: 'http://36.103.199.218:8093'
apiBaseUrl: 'http://36.103.234.48:48088',
chatApiUrl: 'http://36.103.234.48:8093'
},
production: {
// apiBaseUrl: 'http://221.238.217.216:4162',
// chatApiUrl: 'http://221.238.217.216:8093',
apiBaseUrl: 'http://36.103.199.218:48088',
chatApiUrl: 'http://36.103.199.218:8093',
apiBaseUrl: 'http://36.103.234.48:48088',
chatApiUrl: 'http://36.103.234.48:8093',
}
};

View File

@ -17,7 +17,7 @@ const config = {
// password: process.env.SFTP_PASS,
// 直接配置
host: '36.103.199.218',
host: '36.103.234.48',
port: 22,
username: 'liuyang',
password: 'Asdf!234',