Add monitoring

This commit is contained in:
Christoph Hagen
2023-01-31 22:16:44 +01:00
parent 2d683e34c4
commit 5381b28386
4 changed files with 33 additions and 5 deletions

View File

@ -30,6 +30,9 @@ struct Configuration {
/// The number of minutes until a password reset token is no longer valid
let tokenExpiryDuration: Int
}
/// The authentication tokens to access the metrics
let monitoringTokens: Set<String>
}
extension Configuration {