diff --git a/manifest/config/config.yaml b/manifest/config/config.yaml new file mode 100644 index 0000000..4c94270 --- /dev/null +++ b/manifest/config/config.yaml @@ -0,0 +1,11 @@ +server: + address: ":9000" + openapiPath: "/api.json" + swaggerPath: "/swagger" + +logger: + level : "all" + stdout: true + + +