generated from jCloud/repository-template
30 lines
828 B
Plaintext
30 lines
828 B
Plaintext
[server]
|
|
# The host to bind the socket. Default is '0.0.0.0'
|
|
# host=
|
|
|
|
# The port to listen. Default is 3000.
|
|
# port=
|
|
|
|
[docs]
|
|
# The path for the Swagger UI documentation. If an empty path is
|
|
# specified, no Swagger UI documentation will be available. Default is
|
|
# '/docs'.
|
|
# swagger=
|
|
|
|
# The path for the ReDoc documentation. If an empty path is specified,
|
|
# no ReDoc documentation will be available. Default is '/redoc'.
|
|
# redoc=
|
|
|
|
# The path for the Open API API specification. If an empty path is
|
|
# specified, no API specification will be available. Default is
|
|
# '/openapi.json'.
|
|
# Warning: If the API specification is not available, Swagger UI and
|
|
# ReDoc documentation may not work.
|
|
# openapi=
|
|
|
|
[logging]
|
|
# The file for the logs. Default is stdout ('/proc/self/fd/1').
|
|
# logfile=
|
|
|
|
# The log level. Default is INFO.
|
|
# loglevel= |