From d41e43fcb8372088769fd8cbd1e0133129c09386 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Thu, 12 Sep 2024 20:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96config.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/src/config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/src/config.ts b/Server/src/config.ts index fecb36e..bceb838 100644 --- a/Server/src/config.ts +++ b/Server/src/config.ts @@ -4,14 +4,14 @@ const config = { // host:'server.tonesc.cn', database: 'tonecn', user: 'root', - // password: 'Shi15023847146' - password: '245565' + password: 'Shi15023847146'// localhost + // password: '245565' // server }, redis: { port: 6379, host: 'localhost', - // password: '2Pj4Ss9al3mS1' - password: 'jhkdjhkjdhsIUTYURTU_f7EJZJ' + password: ''// localhost + // password: '2Pj4Ss9al3mS1'// server }, jwt: { secret: '17e50223f4a545ec9e36ebf08e2f71bb',