diff --git a/hmda/src/main/resources/application-dev-keyspace-sigv4.conf b/hmda/src/main/resources/application-dev-keyspace-sigv4.conf deleted file mode 100644 index 1dcab5b4ec..0000000000 --- a/hmda/src/main/resources/application-dev-keyspace-sigv4.conf +++ /dev/null @@ -1,13 +0,0 @@ -include "application.conf" -include "persistence-keyspace-sigv4.conf" - -APP_PORT = 2551 -APP_PORT = ${?APP_PORT} - -akka { - - cluster { - seed-nodes = ["akka://hmda2@127.0.0.1:"${APP_PORT}] - } - -} \ No newline at end of file diff --git a/hmda/src/main/resources/application-dev-keyspace.conf b/hmda/src/main/resources/application-dev-keyspace.conf deleted file mode 100644 index 1dcab5b4ec..0000000000 --- a/hmda/src/main/resources/application-dev-keyspace.conf +++ /dev/null @@ -1,13 +0,0 @@ -include "application.conf" -include "persistence-keyspace-sigv4.conf" - -APP_PORT = 2551 -APP_PORT = ${?APP_PORT} - -akka { - - cluster { - seed-nodes = ["akka://hmda2@127.0.0.1:"${APP_PORT}] - } - -} \ No newline at end of file