diff --git a/config.yaml b/config.yaml index 551731c2..bc5d5c42 100644 --- a/config.yaml +++ b/config.yaml @@ -7,7 +7,7 @@ version: 1 web: listen: - port: 8080 + port: 9090 host: 0.0.0.0 # if you're using a reverse proxy like apache/nginx, you can override this value to serve fasten on a subpath. @@ -18,8 +18,8 @@ web: src: # the location on the filesystem where webapp javascript + css is located frontend: - path: /opt/fasten/web -# path: ./dist +# path: /opt/fasten/web + path: ./dist log: file: '' #absolute or relative paths allowed, eg. web.log