# Example Configuration file, all settings are defaulted to empty unless otherwise stated:
# NOTE: Not all the shown values are default (But the defaults are all documented in the proceeding comment and undocumented ones are empty by default)
listen:#HTTP server settings
web:":8080"#Listening address and port in the format address:port
readTimeout: 30s #Read timeout of the HTTP servers as a duration, minimum:1s
writeTimeout: 30s #Write timeout of the HTTP servers as a duration, minimum:1s
identify:false#Send server identification headers
zones:#An array of zones
- name:test#The name of the package set
domains:["localhost:8080"]#An array of domains this package set use (Each domain can only be registered with one zone)