NEW_BOOKS_COLL is not use anymore
This commit is contained in:
parent
436e8de1f2
commit
ef2802f0e9
1 changed files with 1 additions and 2 deletions
|
@ -5,12 +5,11 @@ const (
|
||||||
DB_IP = "127.0.0.1"
|
DB_IP = "127.0.0.1"
|
||||||
DB_NAME = "trantor"
|
DB_NAME = "trantor"
|
||||||
BOOKS_COLL = "books"
|
BOOKS_COLL = "books"
|
||||||
NEW_BOOKS_COLL = "new"
|
|
||||||
USERS_COLL = "users"
|
USERS_COLL = "users"
|
||||||
PASS_SALT = "ImperialLibSalt"
|
PASS_SALT = "ImperialLibSalt"
|
||||||
TAGS_DISPLAY = 50
|
TAGS_DISPLAY = 50
|
||||||
SEARCH_ITEMS_PAGE = 10
|
SEARCH_ITEMS_PAGE = 10
|
||||||
NEW_ITEMS_PAGE = 50
|
NEW_ITEMS_PAGE = 10
|
||||||
TEMPLATE_PATH = "templates/"
|
TEMPLATE_PATH = "templates/"
|
||||||
BOOKS_PATH = "books/"
|
BOOKS_PATH = "books/"
|
||||||
COVER_PATH = "cover/"
|
COVER_PATH = "cover/"
|
||||||
|
|
Reference in a new issue