-
Notifications
You must be signed in to change notification settings - Fork 0
/
opencast-podcast.yml
62 lines (51 loc) · 1.53 KB
/
opencast-podcast.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
mail:
from: [email protected]
server: example.uni-osnabrueck.de
# Database uri as described in
# https://docs.sqlalchemy.org/en/13/core/engines.html#database-urls
database: sqlite:///opencast-podcast.db
server:
base_url: https://podcast.uni-osnabrueck.de
opencast:
server: https://develop.opencast.org
user: admin
password: opencast
workflow: podcast
directories:
# Path to a folder in which to put uploaded files.
# Default: uploads
#upload: uploads
# Path to a folder used for temporary files (like media uploads).
# Default: upload_tmp
#upload_tmp: upload_tmp
# Path to a folder in which to put generated RSS feeds.
# Default: feeds
#feeds: feeds
# Path to a folder containing user interface templates,
# overriding *all* built-in templates.
# If you use this, make sure to provide all necessary templates.
# Missing templates can cause unrecoverable errors during the login process.
# Example:
# template: /path/to/template/dir
# Default: null (use internal templates)
#template: null
# Path to a folder containing static files used in the user interface.
# This overwrites all built-in files.
# Example:
# static: /path/to/static/dir
# Default: null (use internal files)
#static: null
# Level of details used for logging
# Valid options are:
# - TRACE
# - DEBUG
# - INFO
# - WARNING
# - ERROR
# Default: INFO
loglevel: DEBUG
# Secret key used for encrypting session cookies
# A random one will be generated if not set.
#secret_key: …