update description of INNER_SEAHUB_SERVICE_URL

This commit is contained in:
Junxiang Huang 2025-07-02 18:35:09 +08:00
parent 09069b159d
commit f4c859ee62
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ The Seafile AI basic service will use API calls to external large language model
|------------------------|---------------------------------------------------------------------------------------------------------------|
| `SEAFILE_VOLUME` | The volume directory of thumbnail server data |
| `JWT_PRIVATE_KEY` | JWT key, the same as the config in Seafile `.env` file |
| `INNER_SEAHUB_SERVICE_URL`| Inner Seafile url |
| `INNER_SEAHUB_SERVICE_URL`| Inner Seafile url (e.g., `https://seafile.example.com`) |
| `REDIS_HOST` | Redis server host |
| `REDIS_PORT` | Redis server port |
| `REDIS_PASSWORD` | Redis server password |

View File

@ -55,7 +55,7 @@ Then modify the `.env` file according to your environment. The following fields
| `SEAFILE_MYSQL_DB_PASSWORD`| Seafile MySQL password |
| `TIME_ZONE` | Time zone |
| `JWT_PRIVATE_KEY` | JWT key, the same as the config in Seafile `.env` file |
| `INNER_SEAHUB_SERVICE_URL`| Inner Seafile url |
| `INNER_SEAHUB_SERVICE_URL`| Inner Seafile url (e.g., `https://seafile.example.com`) |
| `SEAF_SERVER_STORAGE_TYPE` | What kind of the Seafile data for storage. Available options are `disk` (i.e., local disk), `s3` and `multiple` (see the details of [multiple storage backends](../setup/setup_with_multiple_storage_backends.md)) |
| `S3_COMMIT_BUCKET` | S3 storage backend commit objects bucket |
| `S3_FS_BUCKET` | S3 storage backend fs objects bucket |