mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
Change realm var name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
idci_keycloak_security:
|
||||
server_url: 'http://localhost:8080/auth'
|
||||
realm: 'MyRealm'
|
||||
realm: 'realm-name'
|
||||
client_id: 'my-client-id'
|
||||
client_secret: 'my-client-secret'
|
||||
default_target_path: 'app_home'
|
||||
|
||||
Reference in New Issue
Block a user