-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [#6] update index configuration
To follow breaking changes in the Index config TOML files and env var names.
- Loading branch information
1 parent
1485c4f
commit 7120ccb
Showing
3 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 3 additions & 9 deletions
12
droplet/share/container/default/config/index.prod.container.sqlite3.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
# Please override the tracker token: | ||
# `TORRUST_INDEX_CONFIG_OVERRIDE_TRACKER__TOKEN` | ||
# And the auth screte key: | ||
# `TORRUST_INDEX_CONFIG_OVERRIDE_AUTH__SECRET_KEY` | ||
# environmental variables! | ||
|
||
[tracker] | ||
url = "udp://tracker.torrust-demo.com:6969" | ||
api_url = "http://tracker:1212" | ||
url = "udp://tracker.torrust-demo.com:6969" | ||
|
||
[database] | ||
connect_url = "sqlite:///var/lib/torrust/index/database/sqlite3.db?mode=rwc" | ||
|
||
[mail] | ||
server = "mailcatcher" | ||
[mail.smtp] | ||
port = 1025 | ||
server = "mailcatcher" |