+ add pg conn

This commit is contained in:
tix 2018-01-29 12:32:58 +08:00
parent 7dee871e52
commit 01457c0feb
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
var config = {
pg_sjy_eco: 'postgres://house:house@localhost:5432/sjy_eco',
pg_sjy_gis: 'postgres://house:house@localhost:5432/sjy_gis'
pg_sjy_gis: 'postgres://house:house@localhost:5432/sjy_gis',
pg_sjy_metadata: 'postgres://eco:ecoSystem@sjy142@223.220.175.142:5432/metadata'
};
module.exports = config;

View File

@ -1,6 +1,7 @@
var config = {
pg_sjy_eco: 'postgres://eco:ecosystem@3JY@localhost:5432/sjy_eco',
pg_sjy_gis: 'postgres://eco:ecosystem@3JY@localhost:5432/sjy_gis'
pg_sjy_gis: 'postgres://eco:ecosystem@3JY@localhost:5432/sjy_gis',
pg_sjy_metadata: 'postgres://eco:ecoSystem@sjy142@192.168.2.43:5432/metadata'
};
module.exports = config;