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