From 6ef7e13ce4363f7bde1d4fa1438536e1e4c3cdd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Martins?= Date: Fri, 12 Apr 2024 13:01:56 -0300 Subject: [PATCH] doc: add new .env vars to the example and readme --- .env.example | 2 ++ README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 4c09ac15..50e5b32e 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,3 @@ STEAMGRIDDB_API_KEY=YOUR_API_KEY +ONLINEFIX_USERNAME=YOUR_ONLINEFIX_USERNAME +ONLINEFIX_PASSWORD=YOUR_ONLINEFIX_PASSWORD \ No newline at end of file diff --git a/README.md b/README.md index 809d2c08..1fddc6c7 100644 --- a/README.md +++ b/README.md @@ -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