1
0
Fork 0
selfhostblocks/tests/integration/keycloak/distribution.nix

8 lines
111 B
Nix
Raw Normal View History

2023-02-23 08:04:44 +01:00
{ infrastructure }:
with infrastructure;
{
KeycloakPostgresDB = [ test1 ];
KeycloakService = [ test1 ];
}