Skip to content

Commit

Permalink
0003179: Make start.sync.config.job, auto.sync.config.at.startup
Browse files Browse the repository at this point in the history
editable on the UI.
  • Loading branch information
mmichalek committed Jul 3, 2017
1 parent 31c72e3 commit 6d85247
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6d85247

Please sign in to comment.