Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Activate accounts plugin for Kinto
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Nov 15, 2018
1 parent 1c3d05d commit 21ac9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- KINTO_STORAGE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db/postgres
- KINTO_PERMISSION_BACKEND=kinto.core.permission.postgresql
- KINTO_PERMISSION_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db/postgres
- KINTO_INCLUDES=kinto.plugins.admin kinto.plugins.flush
- KINTO_INCLUDES=kinto.plugins.admin kinto.plugins.flush kinto.plugins.accounts
networks:
- backend-net

Expand Down

0 comments on commit 21ac9e5

Please sign in to comment.