mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-17 07:18:31 +00:00
Add config params for keycloak
This commit is contained in:
8
docs/installation/DEVELOPMENT.md
Normal file
8
docs/installation/DEVELOPMENT.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Local Development
|
||||
|
||||
Apply example users to openldap so keycloak can use them later on.
|
||||
Their default password is hashedpassword and their usernames are jsmith or sbrown
|
||||
```shell
|
||||
ldapadd -x -H ldap://localhost -D "cn=admin,dc=dev,dc=local" -w admin -f .dev/people.ldif
|
||||
```
|
||||
|
Reference in New Issue
Block a user