You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/07/11 23:50:31 UTC

[31/43] git commit: adding config

adding config


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/53bc4ae9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/53bc4ae9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/53bc4ae9

Branch: refs/heads/plugman-registry
Commit: 53bc4ae9a63d7699860a40a8a7caac841598989e
Parents: db03ca7
Author: Anis Kadri <an...@apache.org>
Authored: Mon Jun 17 16:08:45 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Thu Jul 11 13:54:18 2013 -0700

----------------------------------------------------------------------
 config.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/53bc4ae9/config.js
----------------------------------------------------------------------
diff --git a/config.js b/config.js
new file mode 100644
index 0000000..7056d93
--- /dev/null
+++ b/config.js
@@ -0,0 +1,3 @@
+module.exports = {
+  registry: "http://localhost:5984/registry/_design/scratch/_rewrite"
+}