Skip to content

fix(config) :: document the real configuration defaults' - #1391

Open
81reap wants to merge 1 commit into
sqlpage:mainfrom
81reap:drift/1-config-defaults
Open

fix(config) :: document the real configuration defaults'#1391
81reap wants to merge 1 commit into
sqlpage:mainfrom
81reap:drift/1-config-defaults

Conversation

@81reap

@81reap 81reap commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Addresses B1 in #1386

Comment thread configuration.md
| --------------------------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `listen_on` | 0.0.0.0:8080 | Interface and port on which the web server should listen |
| `database_url` | `sqlite://sqlpage.db?mode=rwc` or `DSN=DuckDB` | Database connection URL, either `dbengine://user:password@host:port/dbname` or an ODBC connection string. Special characters should be [percent-encoded](https://developer.mozilla.org/en-US/docs/Glossary/percent-encoding). See [Database connection strings](#database-connection-strings) for details and examples.|
| `listen_on` | 0.0.0.0:8080, or 0.0.0.0:443 when `https_domain` is set | Interface and port on which the web server should listen |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think this is true. When https_domain is set, but a port number different from 443 is set, SQLPage starts both an HTTP and an HTTPS server. This makes me suspicious about the entire PR. Is this entirely LLM generated, or are these issues you actually encountered while configuring your SQLPage instance ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants