tech(dataproxy): moves cfg to [dataproxy]

This commit is contained in:
bergquist
2017-01-16 12:43:59 +01:00
parent d4a96b9741
commit 06440ef57b
3 changed files with 18 additions and 4 deletions

View File

@@ -47,9 +47,6 @@ root_url = %(protocol)s://%(domain)s:%(http_port)s/
# Log web requests
router_logging = false
# This enables data proxy logging, default is false
data_proxy_logging = false
# the path relative working path
static_root_path = public
@@ -116,6 +113,12 @@ cookie_secure = false
session_life_time = 86400
gc_interval_time = 86400
#################################### Data proxy ###########################
[dataproxy]
# This enables data proxy logging, default is false
logging = false
#################################### Analytics ###########################
[analytics]
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.