Files
word-language-detector-ai-api/default_configuration.conf
T

24 lines
299 B
Plaintext

# 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