From f33cf12fd3f13a4ac5d62e17782206950fc69d50 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 20 Oct 2024 18:56:37 +0600 Subject: [PATCH] docs/run-an-instance: update headings --- docs/run-an-instance.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md index 1d4dcdc0..63841625 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -54,8 +54,7 @@ sudo apt install nscd sudo service nscd start ``` -## list of all environment variables -### variables for api +## list of environment variables for api | variable name | default | example | description | |:----------------------|:----------|:------------------------|:------------| | `API_PORT` | `9000` | `9000` | changes port from which api server is accessible. | @@ -89,7 +88,7 @@ requests it makes for that particular download. to use freebind in cobalt, you n in a docker container, you also need to set the `API_LISTEN_ADDRESS` env to `127.0.0.1`, and set `network_mode` for the container to `host`. -#### api key file format +## api key file format the file is a JSON-serialized object with the following structure: ```typescript