##// END OF EJS Templates
Added 'primary' parameter for the key to indicate this key would be used in...
Added 'primary' parameter for the key to indicate this key would be used in ID. Other keys will be used for signing only and can be shared.

File last commit:

r793:8a6f4ef5 decentral
r796:6e2f495a decentral
Show More
settings.py
23 lines | 710 B | text/x-python | PythonLexer
VERSION = '1.8.1 Kara'
SITE_NAME = 'n3b0a2d'
CACHE_TIMEOUT = 600 # Timeout for caching, if cache is used
LOGIN_TIMEOUT = 3600 # Timeout between login tries
MAX_TEXT_LENGTH = 30000 # Max post length in characters
MAX_IMAGE_SIZE = 8 * 1024 * 1024 # Max image size
# Thread bumplimit
MAX_POSTS_PER_THREAD = 10
# Old posts will be archived or deleted if this value is reached
MAX_THREAD_COUNT = 5
THREADS_PER_PAGE = 3
DEFAULT_THEME = 'md'
LAST_REPLIES_COUNT = 3
# Enable archiving threads instead of deletion when the thread limit is reached
ARCHIVE_THREADS = True
# Limit posting speed
LIMIT_POSTING_SPEED = False
# This password is used to add admin permissions to the user
MASTER_PASSWORD = u'password'