~ubuntu-branches/ubuntu/karmic/chef/karmic

« back to all changes in this revision

Viewing changes to features/data/config/server.rb

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Timberman
  • Date: 2009-08-12 12:18:48 UTC
  • Revision ID: james.westby@ubuntu.com-20090812121848-yl38hpd7nfsl51xz
Tags: upstream-0.7.8
ImportĀ upstreamĀ versionĀ 0.7.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
supportdir = File.expand_path(File.join(File.dirname(__FILE__), ".."))
 
2
tmpdir = File.expand_path(File.join(File.dirname(__FILE__), "..", "tmp"))
 
3
 
 
4
log_level          :debug
 
5
log_location       STDOUT
 
6
file_cache_path    File.join(tmpdir, "cache")
 
7
ssl_verify_mode    :verify_none
 
8
registration_url   "http://127.0.0.1:4000"
 
9
openid_url         "http://127.0.0.1:4001"
 
10
template_url       "http://127.0.0.1:4000"
 
11
remotefile_url     "http://127.0.0.1:4000"
 
12
search_url         "http://127.0.0.1:4000"
 
13
role_url          "http://127.0.0.1:4000"
 
14
cookbook_path      File.join(supportdir, "cookbooks")
 
15
openid_store_path  File.join(tmpdir, "openid", "store")
 
16
openid_cstore_path File.join(tmpdir, "openid", "cstore")
 
17
search_index_path  File.join(tmpdir, "search_index")
 
18
role_path          File.join(supportdir, "roles")
 
19
validation_token   'ceelo'
 
20
couchdb_database   'chef_integration'
 
21
 
 
22
Chef::Log::Formatter.show_time = true