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
|
# the location on the filesystem where webapp javascript + css is located
|
||||||
frontend:
|
frontend:
|
||||||
path: /opt/fasten/web
|
path: /opt/fasten/web
|
||||||
|
database:
|
||||||
|
location: 'fasten.db'
|
||||||
log:
|
log:
|
||||||
file: '' #absolute or relative paths allowed, eg. web.log
|
file: '' #absolute or relative paths allowed, eg. web.log
|
||||||
level: INFO
|
level: INFO
|
||||||
|
|
Loading…
Reference in New Issue