You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
zh/docs/master/config
配置项 这些没有默认值的配置项必须填写。强烈建议根据配置模板创建一个新的配置文件。点击每个配置项的“描述”查看该配置项的详细用法。 database 配置项 类型 默认值 描述 data_store 字符串 用于数据存储的数据库,支持MySQL、PostgreSQL、ClickHouse和MongoDB。 cache_store 字符串 用于缓存存储的数据库,支持MySQL、PostgreSQL、MongoDB和Redis。 table_prefix 字符串 数据库中表(集合、键)的命名前缀。 cache_table_prefix 字符串 缓存存储数据库中表(集合、键)的命名前缀。如果为空,则使用table_prefix 。 data_table_prefix 字符串 数据存储数据库中表(集合、键)的命名前缀。如果为空,则使用table_prefix 。
https://gorse.io/zh/docs/master/config.html
Beta Was this translation helpful? Give feedback.
All reactions