* update prod pg conf
This commit is contained in:
parent
ffff73af0d
commit
ca08b5fe6e
|
@ -1,6 +1,6 @@
|
||||||
var config = {
|
var config = {
|
||||||
pg_sjy_eco: 'postgres://house:house@localhost:5433/sjy_eco',
|
pg_sjy_eco: 'postgres://eco:ecosystem@3JY@localhost:5432/sjy_eco',
|
||||||
pg_sjy_gis: 'postgres://house:house@localhost:5433/sjy_gis'
|
pg_sjy_gis: 'postgres://eco:ecosystem@3JY@localhost:5432/sjy_gis'
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
|
@ -5,8 +5,7 @@
|
||||||
<div id="tree"></div>
|
<div id="tree"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-xs-12">
|
<div class="col-md-9 col-xs-12">
|
||||||
<%= list %>
|
|
||||||
<%= page_title %>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue