Files
2026-03-08 14:43:48 +01:00

25 lines
313 B
Plaintext

# DO NOT EDIT THIS FILE!
# This is the default configuration for the API.
[server]
host=0.0.0.0
port=3000
allowOrigin=*
[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