This commit is contained in:
Pau 2025-04-14 01:17:26 +02:00
parent d4ec892288
commit b0a76c0004
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
export default {
environment: 'development',
port: 3000,
port: 3306,
bodyLimit: '300kb',
db: {
host: 'localhost',
user: 'root',
password: '1234',
host: 'ls-f85b70f391f2c9e6cf335dafef04161a8a719f25.cf88wacmc99x.eu-west-3.rds.amazonaws.com',
user: 'dbmasteruser',
password: 'NZU~jdR28NWC25qw5o81m|ki#Ib?a{Nk',
timezone: '+00:00',
decimalNumbers: true
}