Change IGDB ID/SECRET variables to working names

Current variables are incorrect, as mentioned here: https://github.com/zurdi15/romm/issues/394#issuecomment-1751814068
This commit is contained in:
Jackson
2023-10-13 18:52:32 +01:00
committed by GitHub
parent f4d7577eb2
commit 231b77802e

View File

@@ -14,8 +14,8 @@ services:
- DB_NAME=romm # Should match the MYSQL_DATABASE value in the mariadb container
- DB_PASSWD=<database password>
# [Optional] Used to fetch metadata from IGDB
- IGDB_CLIENT_ID=<IGDB client id>
- IGDB_CLIENT_SECRET=<IGDB client secret>
- CLIENT_ID=<IGDB client id>
- CLIENT_SECRET=<IGDB client secret>
# [Optional] Use SteamGridDB as a source for covers
- STEAMGRIDDB_API_KEY=<SteamGridDB api key>
# [Optional] Will enable user management and require authentication to access the interface (default to false)