From bdcddbd9f916ef8be548c80b65da5f0679754b1b Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 27 May 2024 10:20:01 +0200 Subject: [PATCH] Update .env add new totp env for v2.1.0 --- examples/plausible/.env | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/plausible/.env b/examples/plausible/.env index cb1407e..9cbc9fd 100644 --- a/examples/plausible/.env +++ b/examples/plausible/.env @@ -5,3 +5,4 @@ BASE_URL=https://plausible.example.com:443 # change this SECRET_KEY_BASE=9meoKctVLEjZGm+CQwNbgZdAiWnw== # change this to a secure random secret DISABLE_REGISTRATION=true PSQL_PASS=password +TOTP_VAULT_KEY=9meoKctVLEjZGm+CQwNbgZdAiWnw== # change this to a secure random secret