Forum OpenACS Q&A: Response to Development branch hosed?

Collapse
Posted by Jeff Davis on
you can change it directly via psql:
update apm_parameter_values set attr_value = '0' where parameter_id = 
(select parameter_id from apm_parameters where parameter_name = 'ForceHostP');
Anyway, I think the other problem is that it will not play well with host node maps. I will look into that as well.