Liferay Property to Env Variable Converter

Convert Liferay properties to environment variables

Property Converter

LIFERAY_
How It Works

Liferay converts property names to environment variables using these rules:

Conversion Rules
  • Add LIFERAY_ prefix
  • Convert to uppercase
  • Encode special characters between underscores
  • Process consecutive special characters individually
Examples
  • jdbc.default.password LIFERAY_JDBC_PERIOD_DEFAULT_PERIOD_PASSWORD
  • module.framework.properties.osgi.console LIFERAY_MODULE_PERIOD_FRAMEWORK_PERIOD_PROPERTIES_PERIOD_OSGI_PERIOD_CONSOLE
  • setup.wizard.enabled[7.3] LIFERAY_SETUP_PERIOD_WIZARD_PERIOD_ENABLED_OPENBRACKET_7_PERIOD_3_CLOSEBRACKET_