Skip to content

Conversation

@josecelano
Copy link
Member

@josecelano josecelano commented Jul 3, 2024

The Torrust Index config file has been updated, and some API endpoints exposing the configuration have also changed. We must apply those changes here.

Old version

[logging]
log_level = "info"

[tracker]
mode = "public"

New version

version = "2"

[logging]
threshold = "info"

[tracker]
private = false
listed = false

New changes have been made to the Torrust Index config file. Some API endpoints exposing the configuration have also changed.
This commits only cahnges the config files. Later commits will udpate
other parts.

```toml
[logging]
log_level = "info"

[tracker]
mode = "public"
```

```toml
version = "2"

[logging]
threshold = "info"

[tracker]
private = false
listed = false
```
@josecelano josecelano self-assigned this Jul 3, 2024
@josecelano josecelano added this to the v3.0.0 milestone Jul 3, 2024
@josecelano josecelano linked an issue Jul 3, 2024 that may be closed by this pull request
@josecelano josecelano marked this pull request as ready for review July 3, 2024 12:43
@josecelano josecelano force-pushed the 581-update-index-configuration branch 2 times, most recently from ff7bbee to 0974ed1 Compare July 3, 2024 12:47
@josecelano josecelano force-pushed the 581-update-index-configuration branch from 0974ed1 to 59a87c7 Compare July 3, 2024 13:17
@josecelano
Copy link
Member Author

ACK 59a87c7

@josecelano josecelano merged commit 332a654 into torrust:develop Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Index configuration

1 participant