Skip to content

Commit

Permalink
Merge pull request #101 from Brixel:feature/node-alpine
Browse files Browse the repository at this point in the history
adds requireHttps to prod.ts
  • Loading branch information
BerendWouters authored Jan 23, 2024
2 parents 3779b0f + a3af7cc commit 2805da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebApp/doorrequest/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export const environment = {
oAuth: {
issuer: "",
clientId: "",
requireHttps: false,
},
};

0 comments on commit 2805da9

Please sign in to comment.