Update install_sib_server authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
......@@ -28,7 +28,7 @@ The configuration of the packages goes in `packages.yml` file in the `ldppackage
```
ldppackages:
djangoldp_project: djangoldp_project
djangoldp_circle: djangoldp_circle
djangoldp_account: djangoldp_account
djangoldp_profile: djangoldp_profile
oidc_provider: 'git+https://github.com/jblemee/django-oidc-provider.git@develop'
......@@ -63,7 +63,7 @@ server:
smtp_user: batman
smtp_pass: changeit
admin_email: admin@example.org
admin_name: Admin
admin_name: admin
admin_pass: changeit
xmpp_url: 'https://jabber.happy-dev.fr'
jabber_host: 'happy-dev.fr'
......
......