Skip to content

Commit

Permalink
Fix case of environment variables (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored May 6, 2024
1 parent b194c1c commit f4bf76d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openid-connect-provider-debugger/nginx.conf.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

+error_log /dev/stderr debug;
+
+env OIDC_CLIENT_ID;
+env OIDC_CLIENT_SECRET;
+env OIDC_DISCOVERY;
+env OIDC_REDIRECT_URI;
+env OIDC_SSL_VERIFY;
+env oidc_client_id;
+env oidc_client_secret;
+env oidc_discovery;
+env oidc_redirect_uri;
+env oidc_ssl_verify;
+
#error_log logs/error.log;
#error_log logs/error.log notice;
Expand Down

0 comments on commit f4bf76d

Please sign in to comment.