From 451205e306f76dc148a997116d376257ce861715 Mon Sep 17 00:00:00 2001 From: Izzy Smillie Date: Thu, 15 Dec 2022 09:35:24 +0000 Subject: [PATCH 1/2] Update hydra url port --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 6aeceae9f..73cc68cdd 100644 --- a/.env.example +++ b/.env.example @@ -9,7 +9,7 @@ POSTGRES_HOST=changeme POSTGRES_USER=changeme POSTGRES_PASSWORD=changeme -HYDRA_ADMIN_URL=http://docker.for.mac.localhost:9001 +HYDRA_ADMIN_URL=http://docker.for.mac.localhost:9002 HYDRA_SECRET= # Add the below to bypass token authentication with hyrdra From 760707b278ba189d0617e5bbc3eaa4729a48b3fa Mon Sep 17 00:00:00 2001 From: Izzy Smillie Date: Thu, 15 Dec 2022 09:38:57 +0000 Subject: [PATCH 2/2] Update full URL --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 73cc68cdd..7bafedc37 100644 --- a/.env.example +++ b/.env.example @@ -9,7 +9,7 @@ POSTGRES_HOST=changeme POSTGRES_USER=changeme POSTGRES_PASSWORD=changeme -HYDRA_ADMIN_URL=http://docker.for.mac.localhost:9002 +HYDRA_ADMIN_URL=http://host.docker.internal:9002 HYDRA_SECRET= # Add the below to bypass token authentication with hyrdra