update to keycloak 17
This commit is contained in:
parent
04326bd299
commit
93b4b018cc
11 changed files with 28 additions and 652 deletions
13
README.md
13
README.md
|
@ -1,11 +1,16 @@
|
|||
[Keycloak](https://www.keycloak.org/) server with postgre backend.
|
||||
|
||||
# Environment Variables
|
||||
## ADMIN_PASSWORD
|
||||
Password for the admin user.
|
||||
## HOSTNAME
|
||||
Hostname to use in urls.
|
||||
|
||||
## DB_URL
|
||||
Database url in jdbc form (https://jdbc.postgresql.org/documentation/80/connect.html).
|
||||
## DB_HOST
|
||||
Database host.
|
||||
|
||||
## DB_NAME
|
||||
- default: keycloak
|
||||
|
||||
Database name.
|
||||
|
||||
## DB_USER
|
||||
- default: keycloak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue