parent
713f565e26
commit
4ff472ee2b
@ -0,0 +1,14 @@
|
|||||||
|
INSTANCE_NAME = 'Darkne.su'
|
||||||
|
|
||||||
|
ALLOW_REGISTER = False
|
||||||
|
|
||||||
|
SECRET_KEY = '<place your key here>'
|
||||||
|
# SQLALCHEMY_ECHO = True
|
||||||
|
SQLALCHEMY_DATABASE_URI = 'postgresql://{}:{}@{}:{}/{}'.format('yadc', 'password', 'localhost', 5432, 'yadc')
|
||||||
|
|
||||||
|
MAX_CONTENT_LENGTH = 10*1024*1024
|
||||||
|
|
||||||
|
POST_LIST_THUMB_HEIGHT = 200
|
||||||
|
POSTS_PER_PAGE = 8
|
||||||
|
MANAGE_USERS_PER_PAGE = 8
|
||||||
|
MANAGE_POSTS_PER_PAGE = 8
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue