updates for v0.4.0 release. Slight refactor/organization.
This commit is contained in:
@@ -20,15 +20,20 @@ web:
|
||||
listen:
|
||||
port: 8080
|
||||
host: 0.0.0.0
|
||||
|
||||
# if you're using a reverse proxy like apache/nginx, you can override this value to serve scrutiny on a subpath.
|
||||
# eg. http://example.com/scrutiny/* vs http://example.com:8080
|
||||
# see docs/TROUBLESHOOTING_REVERSE_PROXY.md
|
||||
# basepath: `/scrutiny`
|
||||
# leave empty unless behind a path prefixed proxy
|
||||
basepath: ''
|
||||
database:
|
||||
# can also set absolute path here
|
||||
location: /opt/scrutiny/config/scrutiny.db
|
||||
src:
|
||||
# the location on the filesystem where scrutiny javascript + css is located
|
||||
frontend:
|
||||
path: /opt/scrutiny/web
|
||||
# leave empty unless behind a path prefixed proxy
|
||||
backend:
|
||||
basepath: # if behind a path prefixed proxy set to path value with leading /
|
||||
influxdb:
|
||||
host: 0.0.0.0
|
||||
port: 8086
|
||||
|
||||
Reference in New Issue
Block a user