fix(ci): remove some non-utf8 characters

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-21 14:24:10 +02:00
parent 0d01b289d3
commit f565504d7c
9 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -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