= '127.0.0.1'
= 7888
= 200
[] # CROSS ORIGIN RESOURCE SHARING
= false # true will allow all CORS requests, other CORS properties will be ignored
= ["https://foo.example", "https://bar.example"] # won't apply if allow_all set to true
= ["POST", "PUT"] # won't apply if allow_all set to true
= ["content-type", "x-custom-header"] # won't apply if allow_all set to true
= true # won't apply if allow_all set to true
= ["content-type", "x-custom-header"] # won't apply if allow_all set to true
= "86400" # won't apply if allow_all set to true