You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d7dfc3b feat: [#978] add semantic validation for configuration (Jose Celano)
e8e935c feat: [#978] add a config option to disable cheking keys' expiration (Jose Celano)
Pull request description:
When the tracker is running in private mode you can disable checking keys' expiration in the configuration with:
```toml
[core]
private = false
[core.private_mode]
check_keys_expiration = false
```
All keys will be valid as long as they exist in the database.
ACKs for top commit:
josecelano:
ACK d7dfc3b
Tree-SHA512: 0605a43f2c9962efece92327261c2cc7448a35e8961260b14164162408288d87e7055ba1764778ba94d1849f575fe7110328d95830f8a5fa8ea062d186a52066
0 commit comments