mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix suggestions
This commit is contained in:
parent
8111877d51
commit
166617b153
@ -52,14 +52,14 @@ export const GRAPHQL_URI = Joi.string()
|
||||
|
||||
export const COMMUNITY_NAME = Joi.string()
|
||||
.min(3)
|
||||
.max(100)
|
||||
.max(40)
|
||||
.description('The name of the community')
|
||||
.default('Gradido Entwicklung')
|
||||
.required()
|
||||
|
||||
export const COMMUNITY_DESCRIPTION = Joi.string()
|
||||
.min(10)
|
||||
.max(300)
|
||||
.max(255)
|
||||
.description('A short description of the community')
|
||||
.default('Die lokale Entwicklungsumgebung von Gradido.')
|
||||
.required()
|
||||
|
||||
@ -57,7 +57,7 @@ export const schema = Joi.object({
|
||||
.required(),
|
||||
|
||||
FEDERATION_COMMUNITY_APIS: Joi.string()
|
||||
.valid('1_0', '2_0')
|
||||
.valid('1_0', '1_1')
|
||||
.default('1_0')
|
||||
.description('Federation community API version, defaults to 1_0')
|
||||
.required(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user