All options in Sanic config?

I’m making a little sanic website and I’m interested in sanic’s configuration, partly because I don’t like specifying options from command-line and also because I have no idea what options there are. I’ve read the official docs and found the default settings. There’s a section under it called Timeout which focuses on the 3 timeout variables, and which makes me wonder if there are any more sections that wasn’t written yet. I’d like to know if there are any more variables in a sanic config object that I can change or any options that aren’t in the default config but I can still add.

Did you see this yet?

yes, I have, but I’m not sure this is all the available options, the docs aren’t completely clear, just “builtin values”