[development] address = "localhost" port = 8000 #workers = [number of cpus * 2] keep_alive = 5 log = "normal" #secret_key = [randomly generated at launch] limits = { forms = 32768 } [staging] address = "0.0.0.0" port = 8008 #workers = [number of cpus * 2] keep_alive = 5 log = "normal" #secret_key = [randomly generated at launch] limits = { forms = 32768 } [production] address = "0.0.0.0" port = 8085 #workers = [number of cpus * 2] keep_alive = 5 log = "normal" #secret_key = [randomly generated at launch] limits = { forms = 32768 }