From fdac3b1433c7e4e3c84bb06b81afe191836f91f8 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sun, 1 Sep 2024 16:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E7=AB=AF?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/src/config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Server/src/config.ts b/Server/src/config.ts index 2cfcac8..fecb36e 100644 --- a/Server/src/config.ts +++ b/Server/src/config.ts @@ -4,20 +4,20 @@ const config = { // host:'server.tonesc.cn', database: 'tonecn', user: 'root', - password: 'Shi15023847146' - // password: '245565' + // password: 'Shi15023847146' + password: '245565' }, redis: { port: 6379, host: 'localhost', - password: '' - // password: 'jhkdjhkjdhsIUTYURTU_f7EJZJ' + // password: '2Pj4Ss9al3mS1' + password: 'jhkdjhkjdhsIUTYURTU_f7EJZJ' }, jwt: { secret: '17e50223f4a545ec9e36ebf08e2f71bb', expiresIn: '1d', }, - apiPort: 23500, + apiPort: 8080, } as const; export default config; \ No newline at end of file