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"
|
||||
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue