mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user