Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing example configs #55

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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