Deployed bb86baa1 to 13.0 with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
ci-bot 2025-12-04 09:11:50 +00:00
parent e7ab72d6f1
commit 4ac9a2705d
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -5659,12 +5659,12 @@ SEAFILE_MYSQL_DB_SEAHUB_DB_NAME=seahub_db
CACHE_PROVIDER=redis # options: redis (recommend), memcached
### Redis
REDIS_HOST=redis
REDIS_HOST=<your redis host>
REDIS_PORT=6379
REDIS_PASSWORD=
### Memcached
MEMCACHED_HOST=memcached
MEMCACHED_HOST=<your memcached host>
MEMCACHED_PORT=11211
</code></pre></div>
<div class="admonition tip">