From 169f01fc0a29c8f12422f93043a739c2f51ff7d7 Mon Sep 17 00:00:00 2001 From: Pau Date: Sat, 12 Apr 2025 14:25:05 +0200 Subject: [PATCH] wip --- src/config/development.dist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/development.dist.js b/src/config/development.dist.js index 3377571..025a553 100644 --- a/src/config/development.dist.js +++ b/src/config/development.dist.js @@ -4,8 +4,8 @@ export default { bodyLimit: '300kb', db: { host: 'localhost', - user: '~', - password: '~', + user: 'root', + password: '1234', timezone: '+00:00', decimalNumbers: true }