mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Make stats retrieval more configurable
This commit is contained in:
parent
27edbd56a7
commit
b454ea3c6f
3 changed files with 10 additions and 2 deletions
|
@ -169,6 +169,12 @@ update_stats = False
|
|||
# calculation purposes.
|
||||
stats_ignore = []
|
||||
|
||||
# Server stats logs are retrieved from. Required when update_stats is True.
|
||||
stats_server = "example.com"
|
||||
|
||||
# User stats logs are retrieved from. Required when update_stats is True.
|
||||
stats_user = "bob"
|
||||
|
||||
# Use the following to push stats to a Carbon instance:
|
||||
stats_to_carbon = False
|
||||
carbon_host = '0.0.0.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue