-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #582: Update Index configuration
59a87c7 fix: [#581] update references to udpated index settings (Jose Celano) 661d6f7 fix: [#581] update Index config files (Jose Celano) Pull request description: The Torrust Index config file has been updated, and some API endpoints exposing the configuration have also changed. We must apply those changes here. - [x] Update config files - [x] torrust/torrust-index-types-lib#20 (Update types lib) - [x] Update code referencing changes in the API response ### Old version ```toml [logging] log_level = "info" [tracker] mode = "public" ``` ### New version ```toml version = "2" [logging] threshold = "info" [tracker] private = false listed = false ``` ACKs for top commit: josecelano: ACK 59a87c7 Tree-SHA512: 4f07659cf7378b10c6838bef3c1a6ffce81177ca3e66c6dd48ff85256ec6030ed95a65f12809dba0ae254c0341d17ec606cd09912fb755bed38162f64700ae29
- Loading branch information
Showing
7 changed files
with
25 additions
and
19 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,5 +1,8 @@ | ||
version = "2" | ||
|
||
[tracker] | ||
api_url = "http://tracker:1212" | ||
private = false | ||
url = "udp://tracker:6969" | ||
|
||
[database] | ||
|
3 changes: 3 additions & 0 deletions
3
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