1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Updated to doreah 0.5.1

This commit is contained in:
Krateng
2019-04-15 12:26:12 +02:00
parent 86d20cc0a8
commit ac3e05a77d
5 changed files with 12 additions and 8 deletions

View File

@@ -6,12 +6,13 @@ API_PORT = 42011
[Third Party Services]
LASTFM_API_KEY = "ASK" # "ASK" signifies that the user has not yet indicated to not use any key at all.
[Cache]
CACHE_EXPIRE_NEGATIVE = 30 # after how many days negative results should be tried again
CACHE_EXPIRE_POSITIVE = 300 # after how many days positive results should be refreshed
[Database]
DB_CACHE_SIZE = 1024 # how many MB the database cache should have available.
[Local Images]
USE_LOCAL_IMAGES = true