aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorBharath Balasubramanian <bharathb@research.att.com>2019-01-29 14:30:30 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-29 14:30:30 +0000
commit9b6c220d7063bd3a348a32d61966995d1af831a4 (patch)
tree4e78880c32bdaec86c4fb9439b87c5f1429601be /src/main/resources/application.properties
parent1f6168434fb9bb82dedd43f612bcf75ae59e7a51 (diff)
parentd8c44ad0273ee54d8ee94ab2be06330cac9c08f3 (diff)
Merge "refactord RestMusicAdminAPI.java as per spring MVC" into dev-cassandra-only
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index cdeaa6e0..e4958d26 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,2 +1,3 @@
keyspace.name=VotingAppForMusic
-server.port=1010 \ No newline at end of file
+server.port=8080
+server.servlet.context-path=/MUSIC \ No newline at end of file