Plugin web

Version: Not specified

Main configuration parameters detail

frontoffice.datasource.jdbc.pool

This parameter contains the jdbc driver class to load to connect the core database pool.

Configuration:

<param id="frontoffice.datasource.jdbc.pool" type="datasource">
<label i18n="true">PLUGINS_WEB_DATASOURCE_FO_CONFIG_LABEL</label>
<description i18n="true">PLUGINS_WEB_DATASOURCE_FO_CONFIG_DESCRIPTION</description>
<widget>edition.datasource-sql</widget>
<widget-params>
<param name="allowCreation">true</param>
<param name="allowPrivate">true</param>
<param name="allowInternal">true</param>
<param name="allowedDbTypes">derby,mysql,oracle,postgresql,hsqldb</param>
</widget-params>
<validation>
<custom-validator class="org.ametys.core.datasource.SQLDatabaseTypeValidator">
<mandatory/>
<allowed-dbtypes>derby,mysql,oracle,postgresql,hsqldb</allowed-dbtypes>
</custom-validator>
</validation>
<category i18n="true">PLUGINS_WEB_DATASOURCE_FO_CONFIG_CATEGORY</category>
<group i18n="true">PLUGINS_WEB_DATASOURCE_FO_CONFIG_JDBC_CATEGORY_DATASOURCE_GROUP_CORE</group>
<order>10</order>
</param>

web.invalidate.focache.scheduler.enabled

Configuration:

<param id="web.invalidate.focache.scheduler.enabled" type="boolean">
<label i18n="true">PLUGINS_WEB_CONFIG_INVALIDATE_FO_CACHE_SCHEDULER_ENABLED_LABEL</label>
<description i18n="true">PLUGINS_WEB_CONFIG_INVALIDATE_FO_CACHE_SCHEDULER_ENABLED_DESCRIPTION</description>
<default-value>false</default-value>
<category i18n="true">PLUGINS_WEB_CONFIG_FRONT_CATEGORY</category>
<group i18n="true">PLUGINS_WEB_CONFIG_FRONT_GROUP</group>
<order>30</order>
</param>

web.usersignup.datasource

This parameter contains the data source to use to connect the user signup database

Configuration:

<param id="web.usersignup.datasource" type="datasource">
<label i18n="true">PLUGINS_WEB_USER_SIGNUP_DATASOURCE_CONFIG_LABEL</label>
<description i18n="true">PLUGINS_WEB_USER_SIGNUP_DATASOURCE_CONFIG_DESCRIPTION</description>
<widget>edition.datasource-sql</widget>
<widget-params>
<param name="allowCreation">true</param>
<param name="allowPrivate">true</param>
<param name="allowInternal">true</param>
<param name="allowedDbTypes">derby,mysql,oracle,postgresql,hsqldb</param>
</widget-params>
<validation>
<custom-validator class="org.ametys.core.datasource.SQLDatabaseTypeValidator">
<mandatory/>
<allowed-dbtypes>derby,mysql,oracle,postgresql,hsqldb</allowed-dbtypes>
</custom-validator>
</validation>
<category i18n="true">PLUGINS_WEB_USER_SIGNUP_DATASOURCE_CONFIG_CATEGORY</category>
<group i18n="true">PLUGINS_WEB_USER_SIGNUP_DATASOURCE_CONFIG_GROUP</group>
<order>20</order>
</param>