Added the configuration settings for the port and the URL
diff --git a/fey-core/src/main/resources/application.conf b/fey-core/src/main/resources/application.conf
index a80f13e..9f5bce3 100644
--- a/fey-core/src/main/resources/application.conf
+++ b/fey-core/src/main/resources/application.conf
@@ -107,4 +107,10 @@
       mailbox-type = "akka.dispatch.UnboundedControlAwareMailbox"
     }
   }
-}
\ No newline at end of file
+}
+
+//Configuration for rest Api .
+port = 16666
+urlPath = "127.0.0.1"
+play.crypto.secret = "apacheiota"
+play.crypto.secret = ${?APPLICATION_SECRET}
\ No newline at end of file