2016-12-23 10:16:12 +00:00
|
|
|
var config = {
|
2017-03-29 07:58:00 +00:00
|
|
|
pg_sjy_eco: 'postgres://house:house@localhost:5432/sjy_eco',
|
2018-01-29 04:32:58 +00:00
|
|
|
pg_sjy_gis: 'postgres://house:house@localhost:5432/sjy_gis',
|
|
|
|
pg_sjy_metadata: 'postgres://eco:ecoSystem@sjy142@223.220.175.142:5432/metadata'
|
2016-12-23 10:16:12 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = config;
|