make sure the database location is specified in the config file.

This commit is contained in:
Jason Kulatunga 2022-12-18 17:25:25 -08:00
parent 639d10ef89
commit 52196bec27
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ web:
# the location on the filesystem where webapp javascript + css is located
frontend:
path: /opt/fasten/web
database:
location: 'fasten.db'
log:
file: '' #absolute or relative paths allowed, eg. web.log
level: INFO