Skip to content

Commit

Permalink
added APP_ENV variable for caddy config (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil97 authored Oct 22, 2024
1 parent 1d84f02 commit e62fc23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<% } %> <% if (CONFIGURATION_SOURCE === 'Caddy') { %>
<script type="text/javascript">
let SSI_API_URL = '{{env "API_URL"}}'
let SSI_APP_ENV = '{{env "APP_ENV"}}'
let SSI_AWS_CLIENT_ID = '{{env "AWS_CLIENT_ID"}}'
let SSI_OIDC_AUTHORITY_URL = '{{env "OIDC_AUTHORITY_URL"}}'
let SSI_OAUTH2_REDIRECT_URL = '{{env "OAUTH2_REDIRECT_URL"}}'
Expand Down

0 comments on commit e62fc23

Please sign in to comment.