Skip to content

Commit

Permalink
del '?w=majority' from coordinator conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mighty-sponge authored Feb 20, 2024
1 parent b24ca05 commit 4745597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/any_sync_coordinator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ any_sync_coordinator_config_path: /etc/any-sync-coordinator
any_sync_coordinator_networkStorePath: /var/lib/any-sync-coordinator/networkStore

any_sync_coordinator_metric_port: 8002
any_sync_coordinator_mongo_url: "mongodb://{{ hostvars['mongo1'].ansible_host }}:27001,{{ hostvars['mongo2'].ansible_host }}:27002,{{ hostvars['mongo3'].ansible_host }}:27003/?w=majority"
any_sync_coordinator_mongo_url: "mongodb://{{ hostvars['mongo1'].ansible_host }}:27001,{{ hostvars['mongo2'].ansible_host }}:27002,{{ hostvars['mongo3'].ansible_host }}:27003"

any_sync_coordinator_config:
drpc:
Expand Down

0 comments on commit 4745597

Please sign in to comment.