You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ on a [JSON](https://en.wikipedia.org/wiki/JSON) file placed in `sqlpage/sqlpage.
14
14
|`database_connection_retries`| 6 | Database connection attempts before giving up. Retries will happen every 5 seconds. |
15
15
|`database_connection_acquire_timeout_seconds`| 10 | How long to wait when acquiring a database connection from the pool before giving up and returning an error. |
16
16
|`sqlite_extensions`|| An array of SQLite extensions to load, such as `mod_spatialite`|
17
+
|`web_root`|`.`| The root directory of the web server, where the `index.sql` file is located. |
17
18
18
19
You can find an example configuration file in [`sqlpage/sqlpage.json`](./sqlpage/sqlpage.json).
0 commit comments