-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml
57 lines (49 loc) · 1.92 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This is an example config file documenting what options are available. To
# change values, you should make a new file as config_local.yaml and add
# just the options you want to change. If you copy the whole file, you won't
# get updates to defaults when we change them.
---
# Contact address responsible for this ISDB
contact: ~
# Optional. Name of this database (e.g. HIRIS), used for branding.
name: ~
web:
# Required. The fully-qualified, internet-accessible location of where you
# plan to publish this ISDB website.
base_url: ""
# Optional. Title and subtitle to use on all web pages. The subtitle is
# shown adjacent to the title in smaller, grey text.
title: ~
subtitle: ~
# Should the active database connection info be shown in the web page
# for users to connect to?
show_database_connection: 1
# Should a Known Issues list (by default fetched from Trello) be displayed on
# the data page? See also the "issues" configuration item below.
show_known_issues: 1
# Optional. Custom Template::Alloy files which affect how the website
# renders:
#
# head - in the <head> element of every page (included by web/inc/layout.tt)
# blurb - front page description of database (included by web/index.tt)
# footer - at the bottom of every page (included by web/inc/layout.tt)
#
# Paths relative to the config file itself are ok.
template:
head: ~
blurb: ~
footer: ~
# Optional. Path to a directory containing *.md files that will be linked
# from the Documentation page in the generated website.
local_documentation: ~
issues:
# Embed a Trello list into the web page to show known issues with this
# database. See `perldoc bin/cache-known-issues-trello` for more
# information.
#
# Fetching issues from a GitHub repository is also possible. See `perldoc
# bin/cache-known-issues-github` for more information.
service: trello
public_key: ~
app_token: ~
list_id: ~