fix(be/config): incorrect bg value
This commit is contained in:
parent
7f046e5308
commit
55ba21b4a5
3 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue