forked from datawrapper/datawrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.template.yaml
81 lines (63 loc) · 1.94 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
# Datawrapper configuration
#
domain: datawrapper.de
chart_domain: c.datawrapper.de
## show debug message?
debug: true
## some default values
default_theme: default
default_vis: bar-chart
## thumbnail sizes [width, height]
thumbnails:
s: [150, 150]
m: [260, 170]
## email address for admin
admin_email: [email protected]
log_email: [email protected]
## 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
## ANALYTICS (optional)
## configure analytics module, e.g. Piwik
# analytics:
# type: Piwik
# config:
# url: piwik.datawrapper.de # without http:// and trailing slash
# idSite: 5
## PUBLISH (optional)
## configure CDN publication module, e.g. Amazon S3
# publish:
# type: S3
# requires:
# - vendor/s3/S3.php
# config:
# 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'