You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by ar...@apache.org on 2017/09/15 08:16:29 UTC

[06/10] incubator-senssoft-tap git commit: Added config file for senssoft related urls

Added config file for senssoft related urls


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

Branch: refs/heads/ryan-sankey
Commit: b76a99d04f48044b36581d9303bc8b0a327d212c
Parents: 4729d98
Author: Arthi Vezhavendan <ar...@gmail.com>
Authored: Fri Sep 15 04:10:17 2017 -0400
Committer: Arthi Vezhavendan <ar...@gmail.com>
Committed: Fri Sep 15 04:10:17 2017 -0400

----------------------------------------------------------------------
 secrets/senssoftconfig.js | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/blob/b76a99d0/secrets/senssoftconfig.js
----------------------------------------------------------------------
diff --git a/secrets/senssoftconfig.js b/secrets/senssoftconfig.js
new file mode 100644
index 0000000..ecb95a9
--- /dev/null
+++ b/secrets/senssoftconfig.js
@@ -0,0 +1,5 @@
+var distill_url = { "distill_url" : 'http://vlsmsbx.draper.com:8090/sankey/userale-js'};
+
+ export default distill_url;
+
+//DISTILL_URL = 'http://vlsmsbx.draper.com:8090/sankey/userale-js'
\ No newline at end of file