From da03e2cb784974b5e750281d256bb49216c89945 Mon Sep 17 00:00:00 2001 From: niclasthobaben Date: Sat, 9 Mar 2024 18:58:58 +0100 Subject: [PATCH] chore: rm old markdown documentation ref: #74 --- docs/content/administration/command-line.md | 15 ----------- .../administration/environment-variables.md | 25 ------------------- 2 files changed, 40 deletions(-) delete mode 100644 docs/content/administration/command-line.md delete mode 100644 docs/content/administration/environment-variables.md diff --git a/docs/content/administration/command-line.md b/docs/content/administration/command-line.md deleted file mode 100644 index 0f95627..0000000 --- a/docs/content/administration/command-line.md +++ /dev/null @@ -1,15 +0,0 @@ -# Command Line - -## Usage - -`soundwerft [options] [arguments...]` - -## Options - -- `--help`, `-h`: show usage text and exit -- `--config path`, `-c path`: path to an existing config file -- `--log-level level`: log level to use throughout the app `debug | info | warn | error`, default: `info` -- `--log-format format`: format of the logs `json | text`, default: `json` -- `--host host`: hostname or IP to bind to, default `0.0.0.0` -- `--port port`: port on which to run http endpoints, default `8080` -- `--base-url path`: base url for links and redirects (useful when run behind a reverse proxy), default `/` diff --git a/docs/content/administration/environment-variables.md b/docs/content/administration/environment-variables.md deleted file mode 100644 index 3d00d07..0000000 --- a/docs/content/administration/environment-variables.md +++ /dev/null @@ -1,25 +0,0 @@ -# Environment Variables - -The environment variables reflect the command-line options. If both a command-line option and an environment variable -is present, the flag takes priority over the environment variable. - -All variables follow the format `SW_