falcon-host options documentation? #280
-
The "Deployment" guide has a useful example configuration for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
All the available environments are documented here: https://socketry.github.io/falcon/source/Falcon/Environment/index.html For example, the server options listed under https://socketry.github.io/falcon/source/Falcon/Environment/Server/index.html, e.g. service ... do
count 4
end Does that answer your question? |
Beta Was this translation helpful? Give feedback.
All the available environments are documented here: https://socketry.github.io/falcon/source/Falcon/Environment/index.html
For example, the server options listed under https://socketry.github.io/falcon/source/Falcon/Environment/Server/index.html, e.g.
count
can be configured like so:Does that answer your question?