Statistics
| Branch: | Tag: | Revision:

root / snf-stats-app / conf / 20-snf-stats-app-settings.conf @ 1fb3293d

History | View | Annotate | Download (509 Bytes)

1
## -*- coding: utf-8 -*-
2
##
3
## Top-level URL for deployment.
4
#STATS_BASE_URL = "https://host:port/stats"
5
#
6
## Image properties
7
#IMAGE_WIDTH = 210
8
#WIDTH = 68
9
#HEIGHT = 10
10

    
11
## Path settings
12
#RRD_PREFIX = "/var/lib/collectd/rrd/"
13
#GRAPH_PREFIX = "/var/cache/snf-stats-app/"
14

    
15
## Font settings
16
#FONT = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf"
17
#FONT = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"
18

    
19
## Bar settings
20
#BAR_BORDER_COLOR = (0x5c, 0xa1, 0xc0)
21
#BAR_BG_COLOR = (0xea, 0xea, 0xea)