blob: 36b0b34cf45d10bbe05dc923d19a41f496de8944 [file] [log] [blame]
{application, couch, [
{description, "@package_name@"},
{vsn, "@version@"},
{modules, [@modules@]},
{registered, [
couch_config,
couch_db_update,
couch_db_update_notifier_sup,
couch_external_manager,
couch_httpd,
couch_log,
couch_primary_services,
couch_query_servers,
couch_rep_sup,
couch_secondary_services,
couch_server,
couch_server_sup,
couch_stats_aggregator,
couch_stats_collector,
couch_task_status,
couch_view
]},
{mod, {couch_app, [
"%localconfdir%/@defaultini@",
"%localconfdir%/@localini@"
]}},
{applications, [kernel, stdlib]},
{included_applications, [crypto, sasl, inets, oauth, ibrowse, mochiweb]}
]}.