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