diff --git a/config/server.conf b/config/server.conf new file mode 100644 index 0000000..f2b581d --- /dev/null +++ b/config/server.conf @@ -0,0 +1,30 @@ +[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= \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f38471b..680b425 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,4 +4,5 @@ ### Added -- Add basic API structure \ No newline at end of file +- Add basic API structure +- Add configuration file template \ No newline at end of file