Implemented authentication with Keycloak
This commit is contained in:
4
.env.example
Normal file
4
.env.example
Normal file
@ -0,0 +1,4 @@
|
||||
POSTGRES_USER="admin"
|
||||
POSTGRES_PASSWORD="admin"
|
||||
KEYCLOAK_ADMIN_PASSWORD="admin"
|
||||
KC_HOSTNAME="localhost"
|
||||
Reference in New Issue
Block a user