forked from 3ofcoins/chef-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.rb.example
More file actions
33 lines (26 loc) · 847 Bytes
/
settings.rb.example
File metadata and controls
33 lines (26 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- ruby -*-
server_url "http://127.0.0.1:4000"
client_name "marta"
client_key ::File.join(::File.dirname(__FILE__), 'features/fixtures/stub.pem')
# If the Chef server has a self-signed https certificate, SSL certificate
# checks need to be disabled.
#
# connection[:ssl] = { verify: false }
# Save defined shortcuts to common node search queries like this:
#
# node_search['MySQL'] = 'mysql_server_root_password:*'
# Define the application's title like this:
#
# title "Chef Browser"
# Uncomment if you use chef below 11.0 or you don't want to
# use partial searches; they are used
# to make searches less heavy on memory and bandwidth
#
# use_partial_search false
# Uncomment if you use chef below 12.0 to enable login page
#
# login true
# Modify any of the details below
#
# cookie_secret ::SecureRandom.base64(64)
# cookie_time 3600