diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 363f135f..99fbe786 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -299,9 +299,12 @@ album_art_order = "db,id3,folder,lastfm" show_album_art = "true" ; Amazon Developer Key -; This is needed in order to actually use the amazon album art +; These are needed in order to actually use the amazon album art +; Your public key is your 'Access Key ID' +; Your private key is your 'Secret Access Key' ; DEFAULT: false -;amazon_developer_key = "" +;amazon_developer_public_key = "" +;amazon_developer_private_key = "" ; Amazon base urls ; An array of Amazon sites to search. |