We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd410b6 commit f1512f4Copy full SHA for f1512f4
.env.example
@@ -7,7 +7,7 @@ TINYAUTH_APPURL=
7
8
# database config
9
10
-# The path to the database file.
+# The path to the database, including file name.
11
TINYAUTH_DATABASE_PATH="./tinyauth.db"
12
13
# analytics config
@@ -116,9 +116,9 @@ TINYAUTH_OAUTH_PROVIDERS_name_NAME=
116
117
# oidc config
118
119
-# Path to the private key file.
+# Path to the private key file, including file name.
120
TINYAUTH_OIDC_PRIVATEKEYPATH="./tinyauth_oidc_key"
121
-# Path to the public key file.
+# Path to the public key file, including file name.
122
TINYAUTH_OIDC_PUBLICKEYPATH="./tinyauth_oidc_key.pub"
123
# OIDC client ID.
124
TINYAUTH_OIDC_CLIENTS_name_CLIENTID=
0 commit comments