fix: 修改配置文件

This commit is contained in:
liuzhiyuan 2025-08-12 16:54:20 +08:00
parent 9635735c47
commit e244c3b38e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ const config = {
apiBaseUrl: 'http://192.168.5.49:48080', apiBaseUrl: 'http://192.168.5.49:48080',
}, },
production: { production: {
apiBaseUrl: 'http://36.103.203.89:48089', apiBaseUrl: 'http://36.103.199.218:48089',
} }
}; };

View File

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