mssql->postgres

This commit is contained in:
BillMills 2019-06-22 13:08:51 -04:00
parent c3cabcc273
commit 4d8209f3bc

View File

@ -1,11 +1,11 @@
var dbConfig = module.exports = {}; var dbConfig = module.exports = {};
dbConfig.connection = { dbConfig.connection = {
username: 'sa', username: 'postgres',
password: 'DockerCon!!!', password: 'DockerCon!!!',
host: 'bb-db', host: 'bb-db',
post: 1433, post: 5432,
dbName: 'BulletinBoard' dbName: 'postgres'
}; };
dbConfig.pool = { dbConfig.pool = {