Update gorse.toml

This commit is contained in:
Mr Chen 2024-08-02 04:18:10 +08:00
parent e929aa0875
commit adde6acf4d
1 changed files with 2 additions and 0 deletions

View File

@ -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_"