aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-03-26 17:08:28 +0200
committerMatthieuGeerebaert <matthieu.geerebaert@orange.com>2018-03-27 17:56:13 +0200
commit25da75eacf48856824dd4e89b7ebd0da68fdef8a (patch)
tree5812664a19c4630cfc63e323901eddfa59d7f76e /src/main/resources
parent4b0d6728a146317a091b3e8b831e48bbd3fc9136 (diff)
Add initial sources
- Springboot application - Apache license 2.0 - Healthcheck Change-Id: I0dedfbe3348195f7be00ec8d27fbf25dfcda52b0 Issue-ID: EXTAPI-36 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
new file mode 100644
index 0000000..1d8ff27
--- /dev/null
+++ b/src/main/resources/application.properties
@@ -0,0 +1,6 @@
+# SERVER
+server.contextPath=/nbi/api/v1
+server.port = 8080
+
+# LOGGING
+logging.level.org.onap.nbi=WARN