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

26 lines
704 B
INI
Raw Normal View History

[HTTP]
WEB_PORT = 42010
API_PORT = 42011
[Third Party Services]
2019-03-28 18:18:31 +03:00
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
2019-03-29 20:40:55 +03:00
CACHE_EXPIRE_POSITIVE = 300 # after how many days positive results should be refreshed
2019-04-03 17:43:09 +03:00
[Local Images]
2019-04-07 14:22:33 +03:00
USE_LOCAL_IMAGES = true
2019-04-03 17:43:09 +03:00
LOCAL_IMAGE_ROTATE = 3600 # when multiple images are present locally, how many seconds we wait between rotation
[Web Interface]
# what range is shown per default for the tile view on the start page
# can be week, month, year, alltime
DEFAULT_RANGE_CHARTS_ARTISTS = year
DEFAULT_RANGE_CHARTS_TRACKS = year