8216313fc9
* better docs for multi-select * wip * fix bug in corporate conundrum demo * update dependencies * Fix bug with variable assignment fixes #138 * Files (#139) * document future file functions * make forms multipart when they contain a file field * extract http request data reading logic * start work on file upload * multipart post data parsing * millisecond precision in logs * implement customizable upload file size limits * wip: add file handling functions * file handling pseudo-functions * clippy * fmt * Add file upload functionality to changelog * fix example * update datetime parsing * add support for samesite cookies and document cookie expiration * add support for https * clippy * ignore certs * revert changes to default config * changelog
5 lines
96 B
JSON
5 lines
96 B
JSON
{
|
|
"database_url": "sqlite://./sqlpage/sqlpage.db?mode=rwc",
|
|
"listen_on": "localhost:8080"
|
|
}
|