make sure the database location is specified in the config file.
This commit is contained in:
parent
639d10ef89
commit
52196bec27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue