Release notes: https://github.com/sqlpage/SQLPage/releases/tag/v0.33.0 Migrate i386 patch per suggestion from upstreams author: https://github.com/briansmith/ring/issues/1999#issuecomment-2658023589
12 lines
419 B
JSON
12 lines
419 B
JSON
{
|
|
// This is a json5 file where comments are allowed.
|
|
// Documentation for the configuration can be found here:
|
|
// https://github.com/lovasoa/SQLpage/blob/main/configuration.md
|
|
//
|
|
// If you keep database login credentials here, make sure to set
|
|
// access appropriately: chown sqlpage and chmod 600
|
|
|
|
"database_url": "sqlite:///var/db/sqlpage/sqlpage.db?mode=rwc",
|
|
"web_root": "/usr/local/www/sqlpage",
|
|
}
|