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 2017/01/31 22:26:43 UTC

[2/3] incubator-iota git commit: Adding comment on config

Adding comment on config


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

Branch: refs/heads/master
Commit: 5a528b50a1ae693157e2bc55ba64b81e07abf63b
Parents: 3d2e99d
Author: Barbara Gomes <ba...@gmail.com>
Authored: Mon Nov 14 10:53:50 2016 -0800
Committer: Barbara Gomes <ba...@gmail.com>
Committed: Mon Nov 14 10:53:50 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/5a528b50/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 c0eaea7..7c66571 100644
--- a/fey-core/src/main/resources/application.conf
+++ b/fey-core/src/main/resources/application.conf
@@ -93,6 +93,8 @@ fey-global-configuration{
     enable = true,
     type = "COMPLETE"
   }
+
+  // Which port and host should the restapi bind to
   port = 16666
   urlPath = "0.0.0.0"
 }