-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.yaml
36 lines (35 loc) · 1.29 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
options:
customization_debug:
type: boolean
description: Enable debug for custom templates
default: false
customization_sources_url:
type: string
description: URL for the git repository containing the customization files
default: ''
enable_roombooking:
type: boolean
description: Enable the room booking plugin.
default: false
external_plugins:
type: string
description: Comma separated list of external plugins to be installed, e.g. git+https://github.com/indico/indico-plugins-cern.git/#subdirectory=themes_cern. The format of each item must be supported by pip.
default: ''
indico_no_reply_email:
type: string
description: Email address used when sending emails to users to which they should not reply.
default: '[email protected]'
indico_public_support_email:
type: string
description: Email address that is shown to users on the “Contact” page.
default: '[email protected]'
indico_support_email:
type: string
description: Email address of the technical manager of the Indico instance.
default: '[email protected]'
site_url:
type: string
description: URL through which Indico is accessed by users.
default: ''