Add 'domain' config example

This commit is contained in:
Scott Schneider 2014-08-29 11:20:32 -07:00
parent 56edfda848
commit e516ddc0b0

View file

@ -98,6 +98,9 @@
# - vm_lifetime
# How long (in hours) to keep VMs in 'running' queues before destroying.
# (optional; default: '24')
#
# - domain
# If set, returns a top-level 'domain' JSON key in POST requests
# Example:
@ -107,6 +110,7 @@
task_limit: 10
vm_checktime: 15
vm_lifetime: 12
domain: 'company.com'
# :pools:
#