mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-07-01 21:39:31 +08:00
mssql->postgres
This commit is contained in:
parent
c3cabcc273
commit
4d8209f3bc
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user