Revision bd16bf3e snf-cyclades-app/conf/20-snf-cyclades-app-api.conf

b/snf-cyclades-app/conf/20-snf-cyclades-app-api.conf
85 85
#BACKEND_PER_USER = {}
86 86
#
87 87
#
88
## Encryption key for the instance hostname in the stat graphs URLs. Set it to
89
## a random string and update the STATS_SECRET_KEY setting in the snf-stats-app
90
## host (20-snf-stats-app-settings.conf) accordingly.
91
#CYCLADES_STATS_SECRET_KEY = "secret key"
92
#
88 93
## URL templates for the stat graphs.
89 94
## The API implementation replaces '%s' with the encrypted backend id.
90
## FIXME: For now we do not encrypt the backend id.
91
#CPU_BAR_GRAPH_URL = 'http://stats.synnefo.org/%s/cpu-bar.png'
92
#CPU_TIMESERIES_GRAPH_URL = 'http://stats.synnefo.org/%s/cpu-ts.png'
93
#NET_BAR_GRAPH_URL = 'http://stats.synnefo.org/%s/net-bar.png'
94
#NET_TIMESERIES_GRAPH_URL = 'http://stats.synnefo.org/%s/net-ts.png'
95
#CPU_BAR_GRAPH_URL = 'http://stats.example.synnefo.org/stats/v1.0/cpu-bar/%s'
96
#CPU_TIMESERIES_GRAPH_URL = 'http://stats.example.synnefo.org/stats/v1.0/cpu-ts/%s'
97
#NET_BAR_GRAPH_URL = 'http://stats.example.synnefo.org/net-bar/stats/v1.0/%s'
98
#NET_TIMESERIES_GRAPH_URL = 'http://stats.example.synnefo.org/stats/v1.0/net-ts/%s'
95 99
#
96 100
## Recommended refresh period for server stats
97 101
#STATS_REFRESH_PERIOD = 60

Also available in: Unified diff