diff --git a/configs/dev.yml b/configs/dev.yml index 512ca5b..3346eac 100644 --- a/configs/dev.yml +++ b/configs/dev.yml @@ -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" diff --git a/configs/docker.yml b/configs/docker.yml index df6ea5c..3f0b367 100644 --- a/configs/docker.yml +++ b/configs/docker.yml @@ -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" diff --git a/configs/lan.yml b/configs/lan.yml index 57c37e2..0d04744 100644 --- a/configs/lan.yml +++ b/configs/lan.yml @@ -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"