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