|
|
@@ -6,7 +6,7 @@ module.exports = { |
|
|
|
client: 'postgresql', |
|
|
|
connection: { |
|
|
|
database: secrets.database.development.name, |
|
|
|
user: secrets.database.development.user, |
|
|
|
user: secrets.database.development.user, |
|
|
|
password: secrets.database.development.password, |
|
|
|
host: secrets.database.development.host, |
|
|
|
}, |
|
|
@@ -23,7 +23,7 @@ module.exports = { |
|
|
|
client: 'postgresql', |
|
|
|
connection: { |
|
|
|
database: 'ljsthw', |
|
|
|
user: 'ljsthw', |
|
|
|
user: 'ljsthw', |
|
|
|
password: 'testing' |
|
|
|
}, |
|
|
|
pool: { |
|
|
@@ -39,7 +39,7 @@ module.exports = { |
|
|
|
client: 'postgresql', |
|
|
|
connection: { |
|
|
|
database: secrets.database.production.name, |
|
|
|
user: secrets.database.production.user, |
|
|
|
user: secrets.database.production.user, |
|
|
|
password: secrets.database.production.password, |
|
|
|
host: secrets.database.production.host, |
|
|
|
}, |
|
|
|