Skip to content

Commit

Permalink
Update config.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rymsha authored Jul 2, 2024
1 parent d8720d1 commit ddef630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/deployment/config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ xp.name:: sets the name displayed to users from the admin console main menu, use
xp.suPassword:: override su user's password in database, if any. Can also be used with hashing, the following are supported: `sha1`, `sha256`, `sha512` and `md5`.
// xp.init.adminUserCreation:: TODO
xp.init.maxTries:: Number of attampts system initializers will do to check if initialization is done. Default is `300` (which equals to 5 minutes) - before XP 7.14.3 and 900 (which equals to 5 minutes) after.
stop.gracePeriod:: Time in milliseconds XP waits for all services to stop. Default is `600000` (10 minutes). Before XP 7.14.3 value was 10000 (10 seconds) and not configurable.
felix.fileinstall.poll:: Frequency in ms for how often the configuration folders are scanned for changes
// felix.fileinstall.noInitialDelay:: TODO
xp.config.paths:: Config folders to scan in addition to `XP_HOME/config/`. Useful for fine grained control over configuration management. Folders will be scanned in the defined order. The first file found per configuration will be used.
Expand Down

0 comments on commit ddef630

Please sign in to comment.