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 = {};
dbConfig.connection = {
username: 'sa',
username: 'postgres',
password: 'DockerCon!!!',
host: 'bb-db',
post: 1433,
dbName: 'BulletinBoard'
post: 5432,
dbName: 'postgres'
};
dbConfig.pool = {