Skip to content

Commit

Permalink
LPD-28604 Auto SF
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed Jun 18, 2024
1 parent 98a7206 commit 119f3fd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
liferay.workspace.dir.excludes.globs=\
**/*-service,\
themes/**

liferay.workspace.modules.dir=*
liferay.workspace.themes.dir=*
liferay.workspace.wars.dir=*
9 changes: 6 additions & 3 deletions portal-impl/src/portal.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8053,16 +8053,19 @@

#
# Env: LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_PROPERTIES_PERIOD_FELIX_PERIOD_CM_PERIOD_CONFIG_PERIOD_PLUGINS
#
module.framework.properties.felix.cm.config.plugins=\
com.liferay.portal.configuration.plugin.internal.WebIdToCompanyConfigurationPluginImpl,\
org.apache.felix.configadmin.plugin.interpolation

#
# Env: LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_PROPERTIES_PERIOD_FELIX_PERIOD_CM_PERIOD_PM
# Env: LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_PROPERTIES_PERIOD_GOSH_PERIOD_ARGS
# Env: LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_PROPERTIES_PERIOD_ORG_PERIOD_APACHE_PERIOD_CXF_PERIOD_OSGI_PERIOD_HTTP_PERIOD_TRANSPORT_PERIOD_DISABLE
# Env: LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_PROPERTIES_PERIOD_ORG_PERIOD_APACHE_PERIOD_FELIX_PERIOD_CONFIGADMIN_PERIOD_PLUGIN_PERIOD_INTERPOLATION_PERIOD_FILE_PERIOD_ENCODING
# Env: LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_PROPERTIES_PERIOD_ORG_PERIOD_APACHE_PERIOD_FELIX_PERIOD_CONFIGADMIN_PERIOD_PLUGIN_PERIOD_INTERPOLATION_PERIOD_SECRETSDIR
# Env: LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_PROPERTIES_PERIOD_ORG_PERIOD_APACHE_PERIOD_FELIX_PERIOD_EVENTADMIN_PERIOD__UPPERCASET_HREAD_UPPERCASEP_OOL_UPPERCASES_IZE
#
module.framework.properties.felix.cm.config.plugins=\
com.liferay.portal.configuration.plugin.internal.WebIdToCompanyConfigurationPluginImpl,\
org.apache.felix.configadmin.plugin.interpolation
module.framework.properties.felix.cm.pm=com.liferay.portal.configuration.persistence.internal.ConfigurationPersistenceManager
module.framework.properties.gosh.args=--noshutdown
module.framework.properties.org.apache.cxf.osgi.http.transport.disable=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ com.liferay.lxc.dxp.server.protocol=http
liferay.oauth.application.external.reference.codes=\
liferay-adyen-commerce-payment-integration-oauth-application-headless-server,\
liferay-adyen-commerce-payment-integration-oauth-application-user-agent

liferay.oauth.urls.excludes=/ready

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ com.liferay.lxc.dxp.server.protocol=http
liferay.oauth.application.external.reference.codes=\
liferay-customer-etc-spring-boot-oauth-application-headless-server,\
liferay-customer-etc-spring-boot-oauth-application-user-agent

liferay.oauth.urls.excludes=/ready

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ liferay.oauth.application.external.reference.codes=\
liferay-marketplace-etc-cron-oauth-application-headless-server,\
liferay-marketplace-etc-spring-boot-oauth-application-headless-server,\
liferay-marketplace-etc-spring-boot-oauth-application-user-agent

liferay.oauth.urls.excludes=/ready

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
liferay.oauth.application.external.reference.codes=\
liferay-sample-etc-cron-oauth-application-headless-server,\
liferay-sample-etc-spring-boot-oauth-application-user-agent

liferay.oauth.urls.excludes=/ready

#
Expand Down

0 comments on commit 119f3fd

Please sign in to comment.