-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tracker toml config has introduced breaking changes.
- Loading branch information
1 parent
03fbbd9
commit 9962266
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
9 changes: 6 additions & 3 deletions
9
share/default/config/tracker.private.e2e.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
10 changes: 8 additions & 2 deletions
10
share/default/config/tracker.public.e2e.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,6 +1,12 @@ | ||
db_driver = "Sqlite3" | ||
db_path = "/var/lib/torrust/tracker/database/e2e_testing_sqlite3.db" | ||
[core] | ||
mode = "public" | ||
|
||
[core.database] | ||
driver = "Sqlite3" | ||
path = "/var/lib/torrust/tracker/database/e2e_testing_sqlite3.db" | ||
|
||
[[http_trackers]] | ||
bind_address = "0.0.0.0:7070" | ||
|
||
[http_api] | ||
bind_address = "0.0.0.0:1212" |