From 2a5ac8ada6d506bf86288d6172713b10d00781c8 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Fri, 1 Nov 2024 10:59:29 -0500 Subject: [PATCH 1/2] update readme links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96433f0..995cd10 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ For full development capabilities, it is recommended to use Visual Studio on Win # Environment Setup 1. Install [Docker](https://www.docker.com/products/docker-desktop/) 1. From [Docker compose folder](/Docker/) run : `docker-compose --env-file env up --build -d` - 1. user name and password for Keycloak can be edited form the [env file](/KeyCloak/env) - 1. Keycloak version can be updated from the [env file](/KeyCloak/env) - 1. Seed Realm, Clients and Users can be edited from the [realm json file](/KeyCloak/Multiplied.json) or a different json file can be reference from the [env file](/KeyCloak/env) + 1. user name and password for Keycloak can be edited form the [env file](/Docker/env) + 1. Keycloak version can be updated from the [env file](/Docker/env) + 1. Seed Realm, Clients and Users can be edited from the [realm json file](/Docker/Multiplied.json) or a different json file can be reference from the [env file](/Docker/env) 1. Log in into [Keycloak](http://localhost:8080/admin) 1. Navigate to [app](http://localhost:8081/) From 8afecd02010cc479818cbde200cea0e231e44286 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Fri, 1 Nov 2024 11:03:01 -0500 Subject: [PATCH 2/2] git mv file to change capitalization --- KeyCloakIntegration/{DockerFile => Dockerfile} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename KeyCloakIntegration/{DockerFile => Dockerfile} (100%) diff --git a/KeyCloakIntegration/DockerFile b/KeyCloakIntegration/Dockerfile similarity index 100% rename from KeyCloakIntegration/DockerFile rename to KeyCloakIntegration/Dockerfile