From b91650811dba7a0054922ff33e399bdccdb06e75 Mon Sep 17 00:00:00 2001 From: Noc <6710543+Noctunus@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:05:12 +0200 Subject: [PATCH] Changed host for camino also to messenger.chain4travel.com in example config (#55) Co-authored-by: Noctunus --- examples/config/camino-messenger-bot-distributor-camino.yaml | 4 ++-- examples/config/camino-messenger-bot-supplier-camino.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/config/camino-messenger-bot-distributor-camino.yaml b/examples/config/camino-messenger-bot-distributor-camino.yaml index 8e87b7a..5e37991 100644 --- a/examples/config/camino-messenger-bot-distributor-camino.yaml +++ b/examples/config/camino-messenger-bot-distributor-camino.yaml @@ -18,7 +18,7 @@ developer_mode: true matrix_key: YOUR_PRIVATE_KEY_HEX # Hostname of the Matrix Server -matrix_host: dev.messenger.chain4travel.com +matrix_host: messenger.chain4travel.com # Local DB file to store Matrix data matrix_store: distributor-matrix.db @@ -88,4 +88,4 @@ db_name: camino_messenger_bot db_path: distributor-bot.db # Path to migrations dir with sql up/down scripts. Schema is mandatory. -migrations_path: file://./migrations \ No newline at end of file +migrations_path: file://./migrations diff --git a/examples/config/camino-messenger-bot-supplier-camino.yaml b/examples/config/camino-messenger-bot-supplier-camino.yaml index 3a064e5..fc8d58d 100644 --- a/examples/config/camino-messenger-bot-supplier-camino.yaml +++ b/examples/config/camino-messenger-bot-supplier-camino.yaml @@ -18,7 +18,7 @@ developer_mode: true matrix_key: YOUR_PRIVATE_KEY_HEX # Hostname of the Matrix Server -matrix_host: dev.messenger.chain4travel.com +matrix_host: messenger.chain4travel.com # Local DB file to store Matrix data matrix_store: supplier-matrix.db @@ -88,4 +88,4 @@ db_name: camino_messenger-bot db_path: supplier-bot.db # Path to migrations dir with sql up/down scripts. Schema is mandatory. -migrations_path: file://./migrations \ No newline at end of file +migrations_path: file://./migrations