Initial release (see README.md for more information)

This commit is contained in:
2026-03-08 00:47:07 +01:00
parent 4888238e66
commit 3d5fa332dc
61 changed files with 7126 additions and 223 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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
[model]
modelDirectory=
lazyImport=true
[cache]
enableCache=true
ttl=120
maxSize=256
[logging]
logfile=/proc/self/fd/1
loglevel=INFO