mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
doc: add new .env vars to the example and readme
This commit is contained in:
parent
68478fa6f2
commit
6ef7e13ce4
2 changed files with 5 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
STEAMGRIDDB_API_KEY=YOUR_API_KEY
|
||||
ONLINEFIX_USERNAME=YOUR_ONLINEFIX_USERNAME
|
||||
ONLINEFIX_PASSWORD=YOUR_ONLINEFIX_PASSWORD
|
|
@ -45,7 +45,9 @@ pip install -r requirements.txt
|
|||
## Environment variables
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue