Add monitoring
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user