forked from puppetlabs-toy-chest/razor-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml.sample
27 lines (26 loc) · 944 Bytes
/
config.yaml.sample
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
---
# This is the configuration file for the Razor server. For each
# environment, the file contains a hash of configuration values. The
# special environment 'all' is used to set configuration values for all
# environments
#
# The *database_url* setting must be a connection URL for
# (Sequel)[http://sequel.rubyforge.org/rdoc/files/doc/opening_databases_rdoc.html]
development:
database_url: 'jdbc:postgresql:razor_dev'
test:
database_url: 'jdbc:postgresql:razor?user=razor&password=mypass'
all:
image_service_uri:
'http://razor.example.com/razor/image'
microkernel:
debug_level: debug
kernel_args:
checkin_interval: 15
# Colon-separated list of paths; each entry must be a directory in which
# we should look for installers
installer_path: installers
image_store_root: /var/lib/razor/image-store
# The *broker_path* is a colon separated list of directories containing
# broker types
broker_path: brokers