Add a missing = in conf/keycloak.conf example

Add a missing `=` in `conf/keycloak.conf` example
This commit is contained in:
McLaynV 2022-04-05 10:57:48 +02:00 committed by Pedro Igor
parent 0e00d9afdd
commit 5d271c1634

View file

@ -105,7 +105,7 @@ Most optimizations to startup and memory footprint can be achieved by using the
db-url-host=keycloak-postgres
db-username=keycloak
db-password=change_me
hostname mykeycloak.acme.com
hostname=mykeycloak.acme.com
```
.Start the server