You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iota.apache.org by to...@apache.org on 2016/10/19 18:44:03 UTC

[4/8] incubator-iota git commit: Added the configuration settings for the port and the URL

Added the configuration settings for the port and the URL


Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/c9bf4474
Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/c9bf4474
Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/c9bf4474

Branch: refs/heads/master
Commit: c9bf4474c608e1b2d091e018027bd865ab444abd
Parents: fe606d7
Author: Shivansh <sh...@gmail.com>
Authored: Wed Sep 28 12:08:58 2016 +0530
Committer: Shivansh <sh...@gmail.com>
Committed: Wed Sep 28 12:08:58 2016 +0530

----------------------------------------------------------------------
 fey-core/src/main/resources/application.conf | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/c9bf4474/fey-core/src/main/resources/application.conf
----------------------------------------------------------------------
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 @@ akka {
       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