[omnibill] debug = false domain = "" display_name = "Omnibill" # Webserver Settings [omnibill.webserver] use_https = false proxy = "" port = 9000 # Queue Settings [omnibill.queues] enable_ui = false # Database Settings [omnibill.database] host = "127.0.0.1" port = 5432 database = "omnibill" username = "omnibill" password = "" # Mailer Settings [omnibill.mailer] enabled = false host = "127.0.0.1" encryption = "tls" # Can be "none", "tls", or "starttls" port = 587 username = "" password = "" from_name = "Omnibill Panel" from_addr = "omnibill@example.com"