port | uint | 7501 | HTTP server port (copper create sets 5901 in generated config) |
read_timeout_seconds | uint | 10 | http.Server read timeout |
use_local_html | bool | false | Read templates and static files from ./web on disk instead of the embedded copies — for development |
render_html_error | bool | false | Render a detailed error page in the browser — for development |
enable_single_page_routing | bool | false | Serve index.html for all unmatched GET routes (SPA mode) |
redirect_url_for_unauthorized_requests | string | — | Where HTMLReaderWriter.Unauthorized redirects; plain 401 if unset |
base_path | string | — | Mount the app under a path prefix |