blank files might sink ships
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b71c719d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b71c719d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b71c719d Branch: refs/heads/1953-fix-mime-multipart-parsing Commit: b71c719dc44bbda8ec169320a38216e560b863c2 Parents: 6530f95 Author: Jan Lehnardt <[email protected]> Authored: Mon Jan 13 20:25:45 2014 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Mon Jan 13 20:26:05 2014 +0100 ---------------------------------------------------------------------- .../priv/default.d/my_first_couchdb_plugin.ini | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b71c719d/src/my-first-couchdb-plugin/priv/default.d/my_first_couchdb_plugin.ini ---------------------------------------------------------------------- diff --git a/src/my-first-couchdb-plugin/priv/default.d/my_first_couchdb_plugin.ini b/src/my-first-couchdb-plugin/priv/default.d/my_first_couchdb_plugin.ini index e69de29..fbc2d98 100644 --- a/src/my-first-couchdb-plugin/priv/default.d/my_first_couchdb_plugin.ini +++ b/src/my-first-couchdb-plugin/priv/default.d/my_first_couchdb_plugin.ini @@ -0,0 +1,3 @@ +;per-plugin configuration goes here +;[plugin-name] +;config=value
