diff --git a/README.md b/README.md index 8949989..83d753b 100644 --- a/README.md +++ b/README.md @@ -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. ```