summaryrefslogtreecommitdiff
path: root/src/couchdb/couch.app.tpl.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch.app.tpl.in')
-rw-r--r--src/couchdb/couch.app.tpl.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/couchdb/couch.app.tpl.in b/src/couchdb/couch.app.tpl.in
new file mode 100644
index 00000000..5ddf0989
--- /dev/null
+++ b/src/couchdb/couch.app.tpl.in
@@ -0,0 +1,29 @@
+{application,couch,
+ [{description,"@package_name@"},
+ {vsn,"@version@"},
+ {modules,[couch_btree,
+ cjson,
+ couch_db,
+ couch_doc,
+ couch_query_servers,
+ couch_file,
+ couch_server,
+ couch_server_sup,
+ couch_stream,
+ couch_key_tree,
+ couch_view,
+ couch_util,
+ mod_couch,
+ couch_event_sup,
+ couch_db_update_notifier,
+ couch_ft_query,
+ couch_log,
+ couch_rep]},
+ {registered,[couch_server,
+ couch_server_sup,
+ couch_util,
+ couch_view,
+ couch_query_servers,
+ couch_ft_query]},
+ {applications,[kernel,stdlib,xmerl,couch_inets]},
+ {mod,{couch_server,[]}}]}.