Skip to content

Commit

Permalink
getenv
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed May 6, 2024
1 parent 275dd84 commit 266b042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/knock-knock.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'loginPath' => 'knock-knock/who-is-there',
'template' => '_site/_knock-knock',
'forcedRedirect' => '',
'password' => get_class("KNOCK_KNOCK_PASSWORD"),
'password' => getenv("KNOCK_KNOCK_PASSWORD"),
'siteSettings' => [],
'checkInvalidLogins' => false,
'invalidLoginWindowDuration' => '3600',
Expand Down

0 comments on commit 266b042

Please sign in to comment.