diff options
author | 2021-03-16 16:00:26 +0100 | |
---|---|---|
committer | 2021-03-17 12:07:37 +0100 | |
commit | e0437a4237c99a16955d5ec56ff5fe9996c76b57 (patch) | |
tree | e069f513aae60fcc4636dd80978ce477c9ed47a7 /src/main/resources/application.properties | |
parent | 919ae37310243f676eafee0ebf01c9d64ee5b925 (diff) |
Add helm validator sources
Issue-ID: SDC-3185
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I32dea3b4294a90c4dfc75864fb4200f044e7a0b6
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..3fef31f --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,4 @@ +logging.level.web="ERROR" +spring.mvc.log-request-details=false +app.config.charts-base-path=/charts +spring.jackson.default-property-inclusion=NON_NULL |