Skip to content

02 Configuration

Alexander Epolite edited this page Jan 6, 2024 · 1 revision

Configuring the repository

First, open your favorite text editor and edit src/config/Config.ts.

There is a lot of documentation on each field.

If you are hosting the API publicly on your own website and want to use port 80/443, use nginx to proxy.

If you want to add API keys, add them in the API_KEYS field and enable it.

You can also change the bounds of the parameters for the filters.

For a list of paths and their parameters, see Paths.

Clone this wiki locally