Add a missing =
in conf/keycloak.conf
example
Add a missing `=` in `conf/keycloak.conf` example
This commit is contained in:
parent
0e00d9afdd
commit
5d271c1634
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ Most optimizations to startup and memory footprint can be achieved by using the
|
||||||
db-url-host=keycloak-postgres
|
db-url-host=keycloak-postgres
|
||||||
db-username=keycloak
|
db-username=keycloak
|
||||||
db-password=change_me
|
db-password=change_me
|
||||||
hostname mykeycloak.acme.com
|
hostname=mykeycloak.acme.com
|
||||||
```
|
```
|
||||||
|
|
||||||
.Start the server
|
.Start the server
|
||||||
|
|
Loading…
Reference in a new issue