From 4dcb487c854278905067def4bfcdfb060d2c43e5 Mon Sep 17 00:00:00 2001 From: hexxa Date: Sat, 29 Jan 2022 14:03:57 +0800 Subject: [PATCH] fix(config): add db config --- configs/demo.yml | 2 ++ configs/dev.yml | 2 ++ configs/docker.yml | 2 ++ configs/lan.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/configs/demo.yml b/configs/demo.yml index 18e1bd1..a74069f 100644 --- a/configs/demo.yml +++ b/configs/demo.yml @@ -46,3 +46,5 @@ site: repeat: "repeat" position: "center" align: "fixed" +db: + dbPath: "/quickshare/root/quickshare.db" \ No newline at end of file diff --git a/configs/dev.yml b/configs/dev.yml index 68d727d..8715c36 100644 --- a/configs/dev.yml +++ b/configs/dev.yml @@ -46,3 +46,5 @@ site: repeat: "repeat" position: "center" align: "fixed" +db: + dbPath: "tmp/quickshare.db" diff --git a/configs/docker.yml b/configs/docker.yml index c07237a..f17c77e 100644 --- a/configs/docker.yml +++ b/configs/docker.yml @@ -43,3 +43,5 @@ site: repeat: "repeat" position: "center" align: "fixed" +db: + dbPath: "/quickshare/root/quickshare.db" \ No newline at end of file diff --git a/configs/lan.yml b/configs/lan.yml index efe5e19..e83eb89 100644 --- a/configs/lan.yml +++ b/configs/lan.yml @@ -42,3 +42,5 @@ site: repeat: "repeat" position: "center" align: "fixed" +db: + dbPath: "/tmp/quickshare.db"