Skip to content

Commit

Permalink
Merge pull request #171 from Phalcode/develop
Browse files Browse the repository at this point in the history
improve site
  • Loading branch information
Alfagun74 authored Jan 15, 2024
2 parents 8898d71 + 41bb0ad commit 3ae2b17
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/server-docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ This page describes the various configuration properties used in the application

## RAWG_API

| Property | Description | Default | Possible Values |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | ------------------------------------------------ |
| `RAWG_API_URL` | Base URL of the RAWG API. | `https://api.rawg.io/api` | Any valid URL |
| `RAWG_API_KEY` | API key for the RAWG API. | `""` | Any valid RAWG API key |
| `RAWG_API_CACHE_DAYS` | When to renew RAWG API cached data (in days). | `30` | Any positive integer |
| ~~`RAWG_API_EXCLUDE_STORES`~~ | **Deprecated in favour of `RAWG_API_INCLUDED_STORES`.** ~~This is a list of stores that the RAWG matching algorithm will exclude. You can specify these stores as a comma-separated list with no spaces. To find the Store IDs, refer to [this page](./indexing-and-metadata.md#rawg-stores). By default, we exclude itch.io to filter out a large number of asset flips.~~ | `9` (itch.io) | Any comma-separated string of store IDs |
| `RAWG_API_INCLUDED_STORES` | This is a default list of stores that the RAWG search algorithm will search games on. You can specify these stores as a comma-separated list. You can also enter 0 to search all. To find the RAWG Store IDs, refer to [this page](./indexing-and-metadata.md#rawg-stores). By default, we exclude itch.io (ID 9) to filter out a large number of bad asset flips. | `1,2,3,4,5,6,7,8,11` | Any comma-separated string of RAWG Store IDs |
| Property | Description | Default | Possible Values |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | ----------------------------------------------- |
| `RAWG_API_URL` | Base URL of the RAWG API. | `https://api.rawg.io/api` | Any valid URL |
| `RAWG_API_KEY` | API key for the RAWG API. | `""` | Any valid RAWG API key |
| `RAWG_API_CACHE_DAYS` | When to renew RAWG API cached data (in days). | `30` | Any positive integer |
| ~~`RAWG_API_EXCLUDE_STORES`~~ | **Deprecated in favour of `RAWG_API_INCLUDED_STORES`.** ~~This is a list of stores that the RAWG matching algorithm will exclude. You can specify these stores as a comma-separated list with no spaces. To find the Store IDs, refer to [this page](./indexing-and-metadata.md#rawg-stores). By default, we exclude itch.io to filter out a large number of asset flips.~~ | `9` (itch.io) | Any comma-separated string of store IDs |
| `RAWG_API_INCLUDED_STORES` | This is a default list of stores that the RAWG search algorithm will search games on. You can specify these stores as a comma-separated list. You can also enter 0 to search all. To find the RAWG Store IDs, refer to [this page](./indexing-and-metadata.md#rawg-stores). By default, we exclude itch.io (ID 9) to filter out a large number of bad asset flips. | `1,2,3,4,5,6,7,8,11` | Any comma-separated string of RAWG Store IDs |
| `RAWG_API_INCLUDED_PLATFORMS` | This is a default list of platforms that the RAWG search algorithm will search games on. You can specify these platforms as a comma-separated list. You can also enter 0 to search all. To find the RAWG Platform IDs, refer to [this page](./indexing-and-metadata.md#rawg-platforms). By default, we search all platforms (ID 0). | `0` | Any comma-separated string of RAWG Platform IDs |

## GAMES

Expand Down

0 comments on commit 3ae2b17

Please sign in to comment.