+ add pg conn
This commit is contained in:
parent
7dee871e52
commit
01457c0feb
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue