From e679d48ae091c27f3f436c3f7caca29b5e589893 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 27 Apr 2026 23:34:26 +0200 Subject: [PATCH] Add default configurtion --- default_configuration.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 default_configuration.conf diff --git a/default_configuration.conf b/default_configuration.conf new file mode 100644 index 0000000..a5e7be9 --- /dev/null +++ b/default_configuration.conf @@ -0,0 +1,15 @@ +# DO NOT EDIT THIS FILE! +# This is the default configuration for the API. + +[server] +host=0.0.0.0 +port=3000 + +[docs] +swagger=/docs +redoc=/redoc +openapi=/openapi.json + +[logging] +logfile=/proc/self/fd/1 +loglevel=INFO \ No newline at end of file