mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Stats-related things must be explicitly enabled (issue #51)
This commit is contained in:
parent
609611d79a
commit
27a07d7063
3 changed files with 32 additions and 17 deletions
|
|
@ -49,3 +49,8 @@ wiki_path = "/wiki/"
|
|||
wiki_user = "login"
|
||||
wiki_password = "1234"
|
||||
|
||||
#Only set this to true when running a repository where you want to generate
|
||||
#stats, and only then on the master build servers, not a development
|
||||
#machine.
|
||||
update_stats = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue