From adde6acf4d6bfdb28f82922fdd48a58f06db7bfe Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 2 Aug 2024 04:18:10 +0800 Subject: [PATCH] Update gorse.toml --- plugins/gorse/config/gorse.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/gorse/config/gorse.toml b/plugins/gorse/config/gorse.toml index f16242631..626db045c 100644 --- a/plugins/gorse/config/gorse.toml +++ b/plugins/gorse/config/gorse.toml @@ -1,6 +1,8 @@ [database] cache_store = "{$CONFIG_REDIS}" data_store = "mongodb://127.0.0.1:27017/gorse" +#data_store = "mysql://gorse:gorse@tcp(127.0.0.1:33206)/gorse" + table_prefix = "gorse_" cache_table_prefix = "gorse_"