From 675ea914a3474a678b3dd0799fc6e66ab28ccbf9 Mon Sep 17 00:00:00 2001 From: Arthur D <110528300+c0rydoras@users.noreply.github.com> Date: Mon, 13 May 2024 15:55:17 +0200 Subject: [PATCH] chore(dev-setup): fix frontend using http://timed.local/auth (#146) --- frontend/config/environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config/environment.js b/frontend/config/environment.js index dcdb0f31c..410bdea41 100644 --- a/frontend/config/environment.js +++ b/frontend/config/environment.js @@ -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;