diff --git a/default_configuration.conf b/default_configuration.conf new file mode 100644 index 0000000..a5e7be9 --- /dev/null +++ b/default_configuration.conf @@ -0,0 +1,15 @@ +# 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] +logfile=/proc/self/fd/1 +loglevel=INFO \ No newline at end of file