forked from Lainports/freebsd-ports
SQLPage is an Open-source low-code web application server. It allows you to create full websites writing only simple database queries.
11 lines
420 B
JSON
11 lines
420 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",
|
|
}
|