summaryrefslogtreecommitdiff
path: root/rel/overlay
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-23 23:41:17 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-23 23:41:17 -0400
commit0a3805f0c79fb81b08dac0b0d3677ea66801624a (patch)
tree313acd83bd382129588d89b4b2f86ec371be75d7 /rel/overlay
parent264cb29e3014acdece32f2e0167b060e22fc9060 (diff)
install directly to {{prefix}}
Diffstat (limited to 'rel/overlay')
-rw-r--r--rel/overlay/etc/default.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index d055217e..feecb61f 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -16,7 +16,7 @@ n=3
[chttpd]
port = 5984
backlog = 512
-docroot = {{core_dir}}/var/share/www
+docroot = {{prefix}}/var/share/www
[httpd]
port = 5986
@@ -43,7 +43,7 @@ timeout = 600 ; number of seconds before automatic logout
auth_cache_size = 50 ; size is number of cache entries
[query_servers]
-javascript = {{core_dir}}/bin/couchjs {{core_dir}}/var/share/server/main.js
+javascript = {{prefix}}/bin/couchjs {{prefix}}/var/share/server/main.js
[query_server_config]
reduce_limit = true
@@ -60,9 +60,9 @@ auth_cache={couch_auth_cache, start_link, []}
[httpd_global_handlers]
/ = {couch_httpd_misc_handlers, handle_welcome_req, <<"Welcome">>}
-favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "{{core_dir}}/var/share/www"}
+favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "{{prefix}}/var/share/www"}
-_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "{{core_dir}}/var/share/www"}
+_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "{{prefix}}/var/share/www"}
_all_dbs = {couch_httpd_misc_handlers, handle_all_dbs_req}
_active_tasks = {couch_httpd_misc_handlers, handle_task_status_req}
_config = {couch_httpd_misc_handlers, handle_config_req}