Skip to content

Commit f1512f4

Browse files
committed
chore: update example env
1 parent cd410b6 commit f1512f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TINYAUTH_APPURL=
77

88
# database config
99

10-
# The path to the database file.
10+
# The path to the database, including file name.
1111
TINYAUTH_DATABASE_PATH="./tinyauth.db"
1212

1313
# analytics config
@@ -116,9 +116,9 @@ TINYAUTH_OAUTH_PROVIDERS_name_NAME=
116116

117117
# oidc config
118118

119-
# Path to the private key file.
119+
# Path to the private key file, including file name.
120120
TINYAUTH_OIDC_PRIVATEKEYPATH="./tinyauth_oidc_key"
121-
# Path to the public key file.
121+
# Path to the public key file, including file name.
122122
TINYAUTH_OIDC_PUBLICKEYPATH="./tinyauth_oidc_key.pub"
123123
# OIDC client ID.
124124
TINYAUTH_OIDC_CLIENTS_name_CLIENTID=

0 commit comments

Comments
 (0)