From d66875cae36e627edddc6bd5caf46f02153eac0d Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 29 Apr 2026 19:09:32 +0200 Subject: [PATCH] --- server.conf | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 server.conf diff --git a/server.conf b/server.conf deleted file mode 100644 index f2b581d..0000000 --- a/server.conf +++ /dev/null @@ -1,30 +0,0 @@ -[server] -# The host to bind the socket. Default is '0.0.0.0' -# host= - -# The port to listen. Default is 3000. -# port= - -[docs] -# The path for the Swagger UI documentation. If an empty path is -# specified, no Swagger UI documentation will be available. Default is -# '/docs'. -# swagger= - -# The path for the ReDoc documentation. If an empty path is specified, -# no ReDoc documentation will be available. Default is '/redoc'. -# redoc= - -# The path for the Open API API specification. If an empty path is -# specified, no API specification will be available. Default is -# '/openapi.json'. -# Warning: If the API specification is not available, Swagger UI and -# ReDoc documentation may not work. -# openapi= - -[logging] -# The file for the logs. Default is stdout ('/proc/self/fd/1'). -# logfile= - -# The log level. Default is INFO. -# loglevel= \ No newline at end of file