Mix Global Properties and System Property Settings - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

You can use a combination of global properties and system properties for certain customizations. For example, if you wish to distribute a system that has a core set of properties overridden, but need to customize the last few for each installation.

  1. Activate the properties in the <classpathRoot>/alfresco-global.properties file.
  2. Set all common defaults for your system.
  3. On each installation, add the final configuration values. For example:
    -Ddb.username=alfresco
     -Ddb.password=alfresco
     -Dindex.tracking.cronExpression='0/5 * * * * ?'
     -Dindex.recovery.mode=AUTO
     -Dalfresco.cluster.name=ALFRESCO\_DEV