mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix
This commit is contained in:
parent
51b4dccbf3
commit
7f2e9f92bb
@ -20,15 +20,10 @@ module.exports = Joi.object({
|
||||
DEBUG,
|
||||
GRAPHQL_URI,
|
||||
HUMHUB_ACTIVE,
|
||||
// HUMHUB_API_URL,
|
||||
HUMHUB_API_URL,
|
||||
NODE_ENV,
|
||||
PRODUCTION,
|
||||
|
||||
HUMHUB_API_URL: Joi.string()
|
||||
.uri({ scheme: ['http', 'https'] })
|
||||
.when('HUMHUB_ACTIVE', { is: true, then: Joi.required(), otherwise: Joi.optional() })
|
||||
.description('The API URL for HumHub integration'),
|
||||
|
||||
ADMIN_HOSTING: Joi.string()
|
||||
.valid('nodejs', 'nginx')
|
||||
.description('set to `nodejs` if admin is hosted by vite with a own nodejs instance')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user