From dce28731588dbc3d1db74da4c0f3171f0c5a6fc8 Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 21 Sep 2023 22:12:03 +0200 Subject: [PATCH] update env.example: we need real reachable URLs specially for the OIDC demo --- examples/env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/env.example b/examples/env.example index 476f5941..a97f9373 100644 --- a/examples/env.example +++ b/examples/env.example @@ -9,8 +9,10 @@ API_RESOLVER='http://$IP_API_RESOLVER' ID_FEDERATED='$ID' URL_MANUALS='http://$IP_MANUALS' -SERVER_ID_DEVICEHUB_HOST='http://devicehub-server-id.example.com' -CLIENT_ID_DEVICEHUB_HOST='http://devicehub-client-id.example.com' +#SERVER_ID_DEVICEHUB_HOST='http://devicehub-server-id.example.com' +SERVER_ID_DEVICEHUB_HOST='http://localhost:5000' +#CLIENT_ID_DEVICEHUB_HOST='http://devicehub-client-id.example.com' +CLIENT_ID_DEVICEHUB_HOST='http://localhost:5001' SERVER_ID_SERVICE='server_id' CLIENT_ID_SERVICE='client_id' HOST='localhost'