doc: add new .env vars to the example and readme

This commit is contained in:
João Martins 2024-04-12 13:01:56 -03:00
parent 68478fa6f2
commit 6ef7e13ce4
No known key found for this signature in database
GPG key ID: 4F4EF2B738A71395
2 changed files with 5 additions and 1 deletions

View file

@ -1 +1,3 @@
STEAMGRIDDB_API_KEY=YOUR_API_KEY STEAMGRIDDB_API_KEY=YOUR_API_KEY
ONLINEFIX_USERNAME=YOUR_ONLINEFIX_USERNAME
ONLINEFIX_PASSWORD=YOUR_ONLINEFIX_PASSWORD

View file

@ -45,7 +45,9 @@ pip install -r requirements.txt
## Environment variables ## Environment variables
You'll need an SteamGridDB API Key in order to fetch the game icons on installation. You'll need an SteamGridDB API Key in order to fetch the game icons on installation.
Once you have it, you can paste the `.env.example` file and put it on `STEAMGRIDDB_API_KEY`. If you want to have onlinefix as a repacker you'll need to add your credentials to the .env
Once you have it, you can paste the `.env.example` file and put it on `STEAMGRIDDB_API_KEY`, `ONLINEFIX_USERNAME`, `ONLINEFIX_PASSWORD`.
## Running ## Running