fix: 修改配置文件

This commit is contained in:
liuzhiyuan 2025-08-12 16:55:26 +08:00
parent 10282967a3
commit eed555adb0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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