1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +00:00

add option 'SHOW_TRAFFIC'

This commit is contained in:
llj
2015-09-11 11:00:54 +08:00
parent 3b00b7cf83
commit 0f5472bdee
3 changed files with 6 additions and 2 deletions

View File

@@ -218,6 +218,9 @@ LOGIN_REDIRECT_URL = '/profile/'
ACCOUNT_ACTIVATION_DAYS = 7
# show traffic on the UI
SHOW_TRAFFIC = True
# Enable or disable make group public
ENABLE_MAKE_GROUP_PUBLIC = False