fix(ci): remove some non-utf8 characters
This commit is contained in:
@@ -103,7 +103,7 @@ questions:
|
||||
default: 259200
|
||||
- variable: VIKUNJA_SERVICE_JWTTTLLONG
|
||||
label: "VIKUNJA_SERVICE_JWTTTLLONG"
|
||||
description: "The duration of the “remember me” time in seconds. When the login request is made with the long param set, the token returned will be valid for this period. The default is 2592000 seconds (30 Days)."
|
||||
description: "The duration of the “remember me†time in seconds. When the login request is made with the long param set, the token returned will be valid for this period. The default is 2592000 seconds (30 Days)."
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
@@ -186,7 +186,7 @@ questions:
|
||||
subquestions:
|
||||
- variable: VIKUNJA_RATELIMIT_KIND
|
||||
label: "VIKUNJA_RATELIMIT_KIND"
|
||||
description: "The kind on which rates are based. Can be either “user” for a rate limit per user or “ip” for an ip-based rate limit."
|
||||
description: "The kind on which rates are based. Can be either “user†for a rate limit per user or “ip†for an ip-based rate limit."
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user