Skip to content

Commit

Permalink
chore(dev-setup): fix frontend using http://timed.local/auth (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored May 13, 2024
1 parent d490e3b commit 675ea91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = function (environment) {

if (environment === "development") {
ENV["ember-simple-auth-oidc"].host =
"http://timed.local/auth/realms/timed/protocol/openid-connect";
"https://timed.local/auth/realms/timed/protocol/openid-connect";
// ENV.APP.LOG_RESOLVER = true;
// ENV.APP.LOG_ACTIVE_GENERATION = true;
// ENV.APP.LOG_TRANSITIONS = true;
Expand Down

0 comments on commit 675ea91

Please sign in to comment.