From 1c3bd45fbfc41a18dc1ea6d78e612df7d55f77ab Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Jun 2022 13:22:07 +0200 Subject: [PATCH] Update config.json --- seafile/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index 4cbb4c976..ea94e7088 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -52,10 +52,9 @@ "options": { "database": "sqlite", "data_location": "/share/seafile", - "seafile_server_letsencrypt": false, "SERVER_IP": "seafile.example.com", - "seafile_admin_email": "me@example.com", - "seafile_admin_password": "a_very_secret_password", + "SEAFILE_ADMIN_EMAIL": "me@example.com", + "SEAFILE_ADMIN_PASSWORD": "a_very_secret_password", "PUID": 0, "PGID": 0, "TZ": "Europe/Paris"