mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
update description of INNER_SEAHUB_SERVICE_URL
This commit is contained in:
parent
09069b159d
commit
f4c859ee62
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue