mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +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
|
@ -50,6 +50,8 @@ def get_default_config():
|
|||
'sync_from_local_copy_dir': False,
|
||||
'update_stats': False,
|
||||
'stats_ignore': [],
|
||||
'stats_server': None,
|
||||
'stats_user': None,
|
||||
'stats_to_carbon': False,
|
||||
'repo_maxage': 0,
|
||||
'build_server_always': False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue