This commit is contained in:
Pau 2025-04-12 14:25:05 +02:00
parent bfe2b0f3cc
commit 169f01fc0a
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ export default {
bodyLimit: '300kb',
db: {
host: 'localhost',
user: '~',
password: '~',
user: 'root',
password: '1234',
timezone: '+00:00',
decimalNumbers: true
}