Skip to content

Commit 359f31d

Browse files
committed
feat: added 3.8.0 docs
1 parent 5b8052c commit 359f31d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/Getting-Started/Environment-Variables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ This is a complete list of available environment variables; required variables a
1717
| DISABLE_EMULATOR_JS | Disables playing in browser with [EmulatorJS](../Platforms-and-Players/EmulatorJS-Player.md) | | `false` |
1818
| DISABLE_RUFFLE_RS | Disables playing flash games with [RuffleRS](../Platforms-and-Players/RuffleRS-Player.md) | | `false` |
1919
| TZ | Sets the timezone | | `UTC` |
20-
| GUNICORN_WORKERS | Number of processes running the app | | `2` |
20+
| GUNICORN_WORKERS [deprecated] | Number of processes running the app | | `2` |
21+
| WEB_CONCURRENCY | Number of processes running the app | | `2` |
22+
| ROMM_PORT | Port on which the application listens | | `8080` |
2123
| ROMM_BASE_PATH | Base folder path for library, resources and assets | | `/romm` |
2224
| LOGLEVEL | Logging level for the app | | `INFO` |
2325
| FORCE_COLOR | Forces color output | | `false` |

docs/Getting-Started/Generate-API-Keys.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ To access the MobyGames API, [create a MobyGames account](https://www.mobygames.
2424
!!! important
2525
MobyGames API became a [paid feature](https://www.mobygames.com/info/api/#non-commercial). Any existing key can be used as usual, but any new API key created will be under a paywall
2626

27+
## ScreenScraper
28+
29+
To access the ScreenScraper API, create a [ScreenScraper](https://www.screenscraper.fr/membreinscription.php) and copy the **user** and **password** you just created to `SCREENSCRAPER_USER` and `SCREENSCRAPER_PASSWORD` respectively.
30+
2731
## SteamGridDB
2832

2933
To access steamGridDB API, you need to login into their [website](https://www.steamgriddb.com/) with a [steam account](https://store.steampowered.com/join). Once logged in, go to your [API tab under the preferences page](https://www.steamgriddb.com/profile/preferences/api). Copy the key shown and use it to set `STEAMGRIDDB_API_KEY`.

0 commit comments

Comments
 (0)