keep example config file in sync with config defaults. fixes #3
Adding an example config file for local development to CONTRIBUTING.md.
This commit is contained in:
@@ -22,10 +22,10 @@ web:
|
||||
host: 0.0.0.0
|
||||
database:
|
||||
# can also set absolute path here
|
||||
location: ./scrutiny.db
|
||||
location: /scrutiny/config/scrutiny.db
|
||||
src:
|
||||
frontend:
|
||||
path: ./dist
|
||||
path: /scrutiny/web
|
||||
|
||||
|
||||
log:
|
||||
|
||||
Reference in New Issue
Block a user