*`disable_security` - Disabled some HTTPS only options for cookies or redirects
*`secret` - Secret used for User Login, CSRF and Session Management, default is `changeme`
*`listen_on` - Defaults to `:8080`, specifies on which port the HTTP server is launched. Nyx will not utilize this value otherwise so proxying is safe.
*`hosts` - A whitelists of hostnames that are allowed to be used. Nyx uses hostnames to differentiate several board collections.
*`db.file` - File to use for data storage, defaults to `:memory:` which means in-memory storage