Update README.md

This commit is contained in:
Gerrit Gogel 2021-01-28 00:43:13 +01:00
parent abf5bf52e5
commit d961018b1a

View file

@ -109,14 +109,7 @@ Networks:
```
- TIME_ZONE=Europe/Berlin
```
Username / E-Mail of the first admin user.
```
- SEAFILE_ADMIN_EMAIL=me@example.com
```
Password of the first admin user.
```
- SEAFILE_ADMIN_PASSWORD=asecret
```
This will be used for the SERVICE_URL and FILE_SERVER_ROOT.
Important: Changing those values in the config files later won't have any effect because they are written to the database. Those values have priority over the config files. To change them enter the "System Admin" section on the web-ui. If you encounter issues with file upload, it's likely that those are configured incorrectly.
```
@ -127,6 +120,16 @@ Networks:
- HTTPS=false
```
### *seahub*
Username / E-Mail of the first admin user.
```
- SEAFILE_ADMIN_EMAIL=me@example.com
```
Password of the first admin user.
```
- SEAFILE_ADMIN_PASSWORD=asecret
```
### *db*
Password of the mariadb root user. Must match DB_ROOT_PASSWD.
```