mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-25 22:54:07 +00:00
5 lines
213 B
Python
5 lines
213 B
Python
from django.conf import settings
|
|
|
|
ANONYMOUS_SHARE_COOKIE_TIMEOUT = getattr(settings, 'ANONYMOUS_SHARE_COOKIE_TIMEOUT', 24*60*60)
|
|
ANONYMOUS_SHARE_LINK_TIMEOUT = getattr(settings, 'ANONYMOUS_SHARE_LINK_TIMEOUT', 2)
|