From 21ca2f11b768ff466d1d3738b2d84d68cb65155c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Fri, 14 Jan 2022 21:20:45 +0800 Subject: [PATCH] :wrench: change default config --- conf/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.go b/conf/config.go index 1399737c191..ae72e4f4bc1 100644 --- a/conf/config.go +++ b/conf/config.go @@ -35,7 +35,7 @@ func DefaultConfig() *Config { return &Config{ Address: "0.0.0.0", Port: 5244, - Assets: "", + Assets: "zhimg", Database: Database{ Type: "sqlite3", Port: 0,