Skip to content

Commit

Permalink
Changed host for camino also to messenger.chain4travel.com in example…
Browse files Browse the repository at this point in the history
… config (#55)

Co-authored-by: Noctunus <[email protected]>
  • Loading branch information
Noctunus and Noctunus authored Oct 2, 2024
1 parent ebc5cfb commit b916508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/config/camino-messenger-bot-distributor-camino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
migrations_path: file://./migrations
4 changes: 2 additions & 2 deletions examples/config/camino-messenger-bot-supplier-camino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
migrations_path: file://./migrations

0 comments on commit b916508

Please sign in to comment.