commit test config file.
This commit is contained in:
parent
9c7504e7bd
commit
1a9f440265
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue