modified
Este commit está contenido en:
@@ -13,10 +13,18 @@ accessToken = "nohaytoken"
|
||||
|
||||
[accessControl]
|
||||
# If true then require a valid access token to perform API calls
|
||||
enabled = false
|
||||
# If a client provides a token then it is validated even if using a token is not required
|
||||
enabled=false
|
||||
|
||||
# Secret for HMAC
|
||||
# Changing this value invalidates all tokens
|
||||
#secret = "sAiHB6XcSWJgsMrMl_vJzcfVlhhenJLi"
|
||||
secret="a secret cat"
|
||||
|
||||
# Generated access token TTL in seconds. Token TTL gets extended by this value every time the token is used. Defaults to 14 days
|
||||
tokenTTL=1209600
|
||||
|
||||
# Generated access token max lifetime in seconds. Defaults to 180 days
|
||||
tokenLifetime=15552000
|
||||
|
||||
[roles]
|
||||
# @include "roles.json"
|
||||
@@ -32,7 +40,7 @@ enabled = false
|
||||
|
||||
# A reverse-DNS style identifier (com.example.myprofile, for example) that identifies the profile.
|
||||
# This string is used to determine whether a new profile should replace an existing one or should be added. Username is prepended to this value.
|
||||
identifier = "es.hatthieves"
|
||||
identifier = "es.hatthieves.ns1"
|
||||
|
||||
# A human-readable name for the profile. This value is displayed on the Detail screen. It does not have to be unique.
|
||||
displayName = "Wildduck Mail"
|
||||
|
||||
Referencia en una nueva incidencia
Block a user