mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Option to push stats to graphite
This commit is contained in:
parent
a61083b71b
commit
dc789a7ac9
2 changed files with 21 additions and 2 deletions
|
|
@ -76,6 +76,11 @@ wiki_password = "1234"
|
|||
#machine.
|
||||
update_stats = False
|
||||
|
||||
#Use the following to push stats to a Carbon instance:
|
||||
stats_to_carbon = False
|
||||
carbon_host = '0.0.0.0'
|
||||
carbon_port = 2003
|
||||
|
||||
|
||||
#Set this to true to always use a build server. This saves specifying the
|
||||
#--server option on dedicated secure build server hosts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue