From 1a9f4402650e394756bae378d633b20006b2382c Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 25 Aug 2022 00:24:19 -0700 Subject: [PATCH] commit test config file. --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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