fix(be/config): incorrect bg value

This commit is contained in:
hexxa 2022-01-23 15:44:17 +08:00 committed by Hexxa
parent 7f046e5308
commit 55ba21b4a5
3 changed files with 9 additions and 9 deletions

View file

@ -42,7 +42,7 @@ site:
siteName: "Quickshare"
siteDesc: "quick and simple file sharing"
bg:
url: "/v1/fs/files?fp=qs/files/Screen%20Shot%202021-08-07%20at%2020.03.08%20PM.png"
url: "/static/img/textured_paper.png"
repeat: "repeat"
position: "fixed"
align: "center"
position: "center"
align: "fixed"

View file

@ -8,7 +8,7 @@ server:
debug: false
host: "0.0.0.0"
port: 8686
readTimeout: 8000
readTimeout: 5000
writerTimeout: 86400000 # 1 day
maxHeaderBytes: 512
publicPath: "/quickshare/public"
@ -44,5 +44,5 @@ site:
bg:
url: "/static/img/textured_paper.png"
repeat: "repeat"
position: "fixed"
align: "center"
position: "center"
align: "fixed"

View file

@ -8,7 +8,7 @@ server:
debug: true
host: "0.0.0.0"
port: 8686
readTimeout: 8000
readTimeout: 5000
writerTimeout: 86400000 # 1 day
maxHeaderBytes: 512
publicPath: "public"
@ -40,5 +40,5 @@ site:
bg:
url: "/static/img/textured_paper.png"
repeat: "repeat"
position: "fixed"
align: "center"
position: "center"
align: "fixed"