Skip to content

Commit f899eee

Browse files
committed
Updated
1 parent a668def commit f899eee

File tree

3 files changed

+1
-143
lines changed

3 files changed

+1
-143
lines changed

etc/server.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ plugins:
33
- build/httpserver.plugin
44
- build/log.plugin
55
- build/sqlite3.plugin
6-
- build/sqaccess.plugin
7-
- build/static.plugin
86

97
# HTTP Server parameters
108
httpserver:
@@ -19,11 +17,6 @@ handlers:
1917
# Requests are logged
2018
middleware:
2119
- log
22-
static:
23-
prefix: /api/static
24-
25-
static:
26-
"/": npm/sqlite3/dist
2720

2821
sqlite3:
2922
# Databases to load and/or create. Only the 'main' database is required.
@@ -41,9 +34,4 @@ sqlite3:
4134
trace: true
4235

4336
# Set max number of connections that can be simultaneously opened
44-
max: 50
45-
46-
sqaccess:
47-
# Set database to store usernames and passwords in
48-
database: main
49-
37+
max: 5

plugin/sqaccess/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

plugin/sqaccess/main.go

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)