mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-31 18:02:48 +00:00
Merge pull request #351 from haiwen/12.0-SEAFILE_SERVER_HOSTNAME-in-env-file
12.0 SEAFILE_SERVER_HOSTNAME in env file
This commit is contained in:
commit
6ed2fcf8a4
|
|
@ -28,7 +28,7 @@ TIME_ZONE=Etc/UTC
|
||||||
JWT_PRIVATE_KEY=
|
JWT_PRIVATE_KEY=
|
||||||
|
|
||||||
SEAFILE_SERVER_HOSTNAME=example.seafile.com
|
SEAFILE_SERVER_HOSTNAME=example.seafile.com
|
||||||
SEAFILE_SERVER_PROTOCOL=http
|
SEAFILE_SERVER_PROTOCOL=https
|
||||||
|
|
||||||
SEAFILE_ADMIN_EMAIL=me@example.com
|
SEAFILE_ADMIN_EMAIL=me@example.com
|
||||||
SEAFILE_ADMIN_PASSWORD=asecret
|
SEAFILE_ADMIN_PASSWORD=asecret
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,8 @@ conf/.env
|
||||||
|
|
||||||
```env
|
```env
|
||||||
JWT_PRIVATE_KEY=xxx
|
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`
|
Note: JWT_PRIVATE_KEY, A random string with a length of no less than 32 characters, generate example: `pwgen -s 40 1`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue