wip db
This commit is contained in:
parent
d4ec892288
commit
b0a76c0004
|
|
@ -1,11 +1,11 @@
|
||||||
export default {
|
export default {
|
||||||
environment: 'development',
|
environment: 'development',
|
||||||
port: 3000,
|
port: 3306,
|
||||||
bodyLimit: '300kb',
|
bodyLimit: '300kb',
|
||||||
db: {
|
db: {
|
||||||
host: 'localhost',
|
host: 'ls-f85b70f391f2c9e6cf335dafef04161a8a719f25.cf88wacmc99x.eu-west-3.rds.amazonaws.com',
|
||||||
user: 'root',
|
user: 'dbmasteruser',
|
||||||
password: '1234',
|
password: 'NZU~jdR28NWC25qw5o81m|ki#Ib?a{Nk',
|
||||||
timezone: '+00:00',
|
timezone: '+00:00',
|
||||||
decimalNumbers: true
|
decimalNumbers: true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue