generated from jCloud/repository-template
17 lines
232 B
Plaintext
17 lines
232 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
|
|
|
|
[logging]
|
|
logtarget=stdout
|
|
logfile=
|
|
fail_strict=false
|
|
loglevel=INFO |