From b06fa23b4651a117d2cf9ef868393da1fb0e8262 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Fri, 3 Dec 2021 18:59:09 +0100 Subject: [PATCH] Default host ID and sync host. --- config/sample/sample-docker.engine-api.ini | 4 ++-- config/sample/sample-production.engine-api.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/sample/sample-docker.engine-api.ini b/config/sample/sample-docker.engine-api.ini index f18d26a..e4839d5 100644 --- a/config/sample/sample-docker.engine-api.ini +++ b/config/sample/sample-docker.engine-api.ini @@ -42,8 +42,8 @@ enable_federation="false" # chosen `node_type`. # NODE 1 -; host_id=1 -; sync_host="http://engine.sync.local:8008" +host_id=1 +sync_host="http://localhost:8010" # NODE 2 ; host_id=2 diff --git a/config/sample/sample-production.engine-api.ini b/config/sample/sample-production.engine-api.ini index 85d67de..09d1c39 100644 --- a/config/sample/sample-production.engine-api.ini +++ b/config/sample/sample-production.engine-api.ini @@ -42,8 +42,8 @@ enable_federation="false" # chosen `node_type`. # NODE 1 -; host_id=1 -; sync_host="http://engine.sync.local:8008" +host_id=1 +sync_host="http://engine.sync.local:8008" # NODE 2 ; host_id=2 -- GitLab