From 6d8524769d9b851f5bac09f8449a34b9bfc38d9d Mon Sep 17 00:00:00 2001 From: mmichalek Date: Mon, 3 Jul 2017 10:58:11 -0400 Subject: [PATCH] 0003179: Make start.sync.config.job, auto.sync.config.at.startup editable on the UI. --- symmetric-core/src/main/resources/symmetric-default.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/symmetric-core/src/main/resources/symmetric-default.properties b/symmetric-core/src/main/resources/symmetric-default.properties index b30413164a..6c5603ff4f 100644 --- a/symmetric-core/src/main/resources/symmetric-default.properties +++ b/symmetric-core/src/main/resources/symmetric-default.properties @@ -422,12 +422,14 @@ auto.sync.triggers.at.startup=true # If this is true, then check if configuration should be pulled from registration server at startup. # If the config version in the database does not match the software version, it will pull config. # +# DatabaseOverridable: true # Tags: general # Type: boolean auto.sync.config.at.startup=true # Capture and send SymmetricDS configuration changes to client nodes. # +# DatabaseOverridable: true # Tags: general # Type: boolean auto.sync.configuration=true @@ -879,6 +881,7 @@ start.synctriggers.job=true # This job checks that the configuration version matches the software version, otherwise it # will pull the latest configuration from the registration server. # +# DatabaseOverridable: true # Tags: jobs # Type: boolean start.sync.config.job=true