aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/src/main/resources/music.properties
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-11-05 10:23:04 -0500
committerRob Daugherty <rd472p@att.com>2018-11-05 10:33:13 -0500
commit95d22d7491ea365fdc4525e44d484c73c33e16a1 (patch)
treea5fdb7de3f14b345db760463cec8cee130b5b116 /mdbc-server/src/main/resources/music.properties
parent8dca3aebe55502ab35402da6ec7123bd3de7694d (diff)
Modularized mdbc build
The mdbc pom should inherit from oparent. The top-level pom should not build the jar directly. It should be a parent pom for mdbc submodules. The first submodule will be called mdbc-server. Note: the "mdbc" jar will now be called "mdbc-server". Change-Id: I4456e659b7494641e5b3cefd540eb62a149b79a4 Issue-ID: MUSIC-175 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'mdbc-server/src/main/resources/music.properties')
-rw-r--r--mdbc-server/src/main/resources/music.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/mdbc-server/src/main/resources/music.properties b/mdbc-server/src/main/resources/music.properties
new file mode 100644
index 0000000..204e3f6
--- /dev/null
+++ b/mdbc-server/src/main/resources/music.properties
@@ -0,0 +1,8 @@
+cassandra.host =\
+ 143.215.128.49
+cassandra.user =\
+ cassandra
+cassandra.password =\
+ cassandra
+zookeeper.host =\
+ localhost \ No newline at end of file