From f1512f45b71fe1f74b41037b9591473577e5987d Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 2 Mar 2026 19:53:17 +0200 Subject: [PATCH] chore: update example env --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 26d280d..42b5b24 100644 --- a/.env.example +++ b/.env.example @@ -7,7 +7,7 @@ TINYAUTH_APPURL= # database config -# The path to the database file. +# The path to the database, including file name. TINYAUTH_DATABASE_PATH="./tinyauth.db" # analytics config @@ -116,9 +116,9 @@ TINYAUTH_OAUTH_PROVIDERS_name_NAME= # oidc config -# Path to the private key file. +# Path to the private key file, including file name. TINYAUTH_OIDC_PRIVATEKEYPATH="./tinyauth_oidc_key" -# Path to the public key file. +# Path to the public key file, including file name. TINYAUTH_OIDC_PUBLICKEYPATH="./tinyauth_oidc_key.pub" # OIDC client ID. TINYAUTH_OIDC_CLIENTS_name_CLIENTID=