freebsd-ports/www/sqlpage/files/sqlpage.json
Palle Girgensohn 93b14f05e9 www/sqlpage: Add new port for SQLPage
SQLPage is an Open-source low-code web application server.  It allows
you to create full websites writing only simple database queries.
2024-01-15 11:10:42 +01:00

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",
}