1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[development] address = "localhost" port = 8001 workers = 2 log = "normal" limits = { forms = 32768 } # Use this for running bench tests to hide logs [staging] address = "0.0.0.0" port = 80 workers = 2 log = "critical" limits = { forms = 32768 }