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