mirror of
https://github.com/krateng/maloja.git
synced 2026-01-01 17:50:32 -05:00
14 lines
356 B
INI
14 lines
356 B
INI
[HTTP]
|
|
|
|
WEB_PORT = 42010
|
|
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
|