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" siteName: "Quickshare"
siteDesc: "quick and simple file sharing" siteDesc: "quick and simple file sharing"
bg: 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" repeat: "repeat"
position: "fixed" position: "center"
align: "center" align: "fixed"

View file

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

View file

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