aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorAndy Mayer <am803u@att.com>2018-03-27 20:55:23 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-27 20:55:23 +0000
commit96edbb638b5a3cac22ca17d2cc6537f57a688bd4 (patch)
treef240a7cdd7db637b3f74b17aaf5316942d67e8c8 /src/main/resources/application.properties
parente1b5058256221c7601ed40a1c819bf021c20aa58 (diff)
parent25da75eacf48856824dd4e89b7ebd0da68fdef8a (diff)
Merge "Add initial sources"
Diffstat (limited to 'src/main/resources/application.properties')
-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