Add default configurtion

This commit is contained in:
2026-04-27 23:34:26 +02:00
parent 78531a6358
commit e679d48ae0
+15
View File
@@ -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