From 231b77802ea5c97bbf046f3cf120ef0212604345 Mon Sep 17 00:00:00 2001 From: Jackson <58850292+Jacksaur@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:52:32 +0100 Subject: [PATCH] Change IGDB ID/SECRET variables to working names Current variables are incorrect, as mentioned here: https://github.com/zurdi15/romm/issues/394#issuecomment-1751814068 --- examples/docker-compose.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/docker-compose.example.yml b/examples/docker-compose.example.yml index c7e24eb7d..ed5e4068e 100644 --- a/examples/docker-compose.example.yml +++ b/examples/docker-compose.example.yml @@ -14,8 +14,8 @@ services: - DB_NAME=romm # Should match the MYSQL_DATABASE value in the mariadb container - DB_PASSWD= # [Optional] Used to fetch metadata from IGDB - - IGDB_CLIENT_ID= - - IGDB_CLIENT_SECRET= + - CLIENT_ID= + - CLIENT_SECRET= # [Optional] Use SteamGridDB as a source for covers - STEAMGRIDDB_API_KEY= # [Optional] Will enable user management and require authentication to access the interface (default to false)