From 9a35ea346a1154551c9e7442fdf43c28c240c27c Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 28 May 2021 09:49:38 +0200 Subject: [PATCH] not used credentials --- valid-auth.edn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/valid-auth.edn b/valid-auth.edn index 59c92f4..fb290f3 100644 --- a/valid-auth.edn +++ b/valid-auth.edn @@ -1,2 +1,4 @@ -{:user-name "testuser" - :user-password "test1234"} \ No newline at end of file +{:keycloak-admin-user "testuser" + :keycloak-admin-password "testpassword" + :postgres-db-user "keycloakuser" + :postgres-db-password "testdbpassword"} \ No newline at end of file