summaryrefslogtreecommitdiff
path: root/www/sqlpage/files/sqlpage.json
blob: 6b1f45c960c5cf546376e465ea016d5b55bce36f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  // 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",
}