forked from datawrapper/datawrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.template.yaml
120 lines (94 loc) · 3.1 KB
/
config.template.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Datawrapper configuration
#
domain: datawrapper
chart_domain: c.datawrapper
## the following keys are used to hash passwords.
##
## auth_salt is used to hash passwords before sending via HTTP.
## secure_auth_key is used to hash passwords again before
## storing them in the database.
##
## Please change these keys on initial setup of Datawrapper.
## If you change them later no user will be able to login
## with their former passwords.
# auth_salt: "MY_AUTH_SALT"
# secure_auth_key: "MY_SECRET_AUTH_KEY"
## show debug message?
debug: true
## some default values
defaults:
show_in_gallery: true
theme: default
vis: bar-chart
## thumbnail sizes [width, height]
thumbnails:
s: [150, 150]
m: [260, 170]
## email addresses
email:
# users with problems will be shown the support email
support: [email protected]
# error messages will go here
log: [email protected]
## prevent guest from creating charts
prevent_guest_charts: false
## prevent guests from creating accounts
## (admin needs to create any accounts)
prevent_guest_access: false
## the following links are shown in the footer
## please link to your own imprint (and not ours)
footer_links:
- title:
en: Quick Start
de: Schnellstart
url: http://docs.datawrapper.de/%lang/quickstart
- title:
en: Tutorial
de: Tutorial
url: http://docs.datawrapper.de/%lang/tutorial
## base url of shared assets hosted on CDN
## this URL is where Datawrapper charts will access some third-party
## libraries such as globalize.js.
# asset_domain: assets-datawrapper.s3.amazonaws.com
## to use a custom home page in your installation
## uncomment the following setting and create a new
## Twig template (e.g. my-home.twig) in /templates/custom/
# custom_home: my-home
## HTTP AUTH (optional)
## edit and uncomment if Datawrapper is locked behind HTTP Auth
# http_auth: username:password
## TOP NAV MENU (optional)
## edit and uncomment to add further links to the nav menu
# navigation:
# - id: about
# title: About
# url: http://docs.datawrapper.de/%lang%/
# icon: info-sign
# - id: blog
# title: Blog
# url: http://blog.datawrapper.de
# icon: tag
plugins:
# analytics-piwik:
# url: piwik.datawrapper.de # without http:// and trailing slash
# idSite: 5
# publish-s3:
# accesskey: YOUR_ACCESS_KEY
# secretkey: YOUR_SECRET_KEY
# bucket: your-bucket
## PHANTOMJS (optional)
## edit and uncomment to enable static image chart exporting
# phantomjs:
# path: /path/to/phantomjs
########################################################
# #
# Anything below this line is for debugging/testing #
# only and thus can safely be ignored. #
# #
########################################################
## if set to true, datawrapper will display a button for
## simplifying creation of test cases
# debug_export_test_cases: true
## create_test_charts.php creates a test user who owns
## the test charts, and will get the following password:
# testuser_pwd: '1234'