1 # DO NOT EDIT - This file is being maintained by Chef
 
   3 nginx['enable_non_ssl'] = true
 
   4 nginx['non_ssl_port'] = 4000
 
   5 nginx['ssl_port'] = 4443
 
   6 nginx['ssl_certificate'] = '/etc/ssl/certs/openstreetmap.pem'
 
   7 nginx['ssl_certificate_key'] = '/etc/ssl/private/openstreetmap.key'
 
   8 nginx['server_name'] = "chef.openstreetmap.org"
 
   9 nginx['url'] = "http://chef.openstreetmap.org:4000"
 
  10 bookshelf['url'] = "https://chef.openstreetmap.org:443"
 
  11 bookshelf['vip'] = "chef.openstreetmap.org"
 
  12 lb['api_fqdn'] = "chef.openstreetmap.org"
 
  13 lb['web_ui_fqdn'] = "chef.openstreetmap.org"
 
  14 erchef['base_resource_url'] = "https://chef.openstreetmap.org"