Update README config section

This commit is contained in:
2024-12-27 16:55:56 +01:00
parent 2861b1a719
commit 5079f3c96d
3 changed files with 3 additions and 9 deletions

View File

@@ -51,7 +51,6 @@ func TestLoad(t *testing.T) {
"LEMMA_WORKDIR",
"LEMMA_STATIC_PATH",
"LEMMA_PORT",
"LEMMA_ROOT_URL",
"LEMMA_DOMAIN",
"LEMMA_CORS_ORIGINS",
"LEMMA_ADMIN_EMAIL",
@@ -127,7 +126,6 @@ func TestLoad(t *testing.T) {
{"WorkDir", cfg.WorkDir, "/custom/work/dir"},
{"StaticPath", cfg.StaticPath, "/custom/static/path"},
{"Port", cfg.Port, "3000"},
{"AppURL", cfg.RootURL, "http://localhost:3000"},
{"AdminEmail", cfg.AdminEmail, "admin@example.com"},
{"AdminPassword", cfg.AdminPassword, "password123"},
{"JWTSigningKey", cfg.JWTSigningKey, "secret-key"},