Skip to content

Commit

Permalink
Merge pull request #351 from haiwen/12.0-SEAFILE_SERVER_HOSTNAME-in-e…
Browse files Browse the repository at this point in the history
…nv-file

12.0 SEAFILE_SERVER_HOSTNAME in env file
  • Loading branch information
freeplant authored Oct 18, 2024
2 parents ec1a273 + e373d0a commit 6ed2fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manual/config/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TIME_ZONE=Etc/UTC
JWT_PRIVATE_KEY=

SEAFILE_SERVER_HOSTNAME=example.seafile.com
SEAFILE_SERVER_PROTOCOL=http
SEAFILE_SERVER_PROTOCOL=https

[email protected]
SEAFILE_ADMIN_PASSWORD=asecret
Expand Down
2 changes: 2 additions & 0 deletions manual/upgrade/upgrade_notes_for_12.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ conf/.env

```env
JWT_PRIVATE_KEY=xxx
SEAFILE_SERVER_PROTOCOL=https
SEAFILE_SERVER_HOSTNAME=seafile.example.com
```

Note: JWT_PRIVATE_KEY, A random string with a length of no less than 32 characters, generate example: `pwgen -s 40 1`
Expand Down

0 comments on commit 6ed2fcf

Please sign in to comment.