zhurandy / portal-issues-test

0 stars 0 forks source link

Reintroduce instance specific properties and make it configurable #133

Open zhurandy opened 10 years ago

zhurandy commented 10 years ago

As I prefer to have instance specific configuration already on instance creation (eg. default admin and ldap settings) I ported it from 4.3 to current head and made it configurable in portal-ext.properties to avoid confusion (LEP-6390). Attached is ConfigurationImpl.java and PropsUtil.java (rev 21163). Set include-and-override=portal-$ {easyconf:companyId} .properties in portal-ext.properties to enable the feature. I'd very much like to have this included again. Please let me know if I can do something else.