Skip to content

Commit

Permalink
chore: add dev stack env var for OCM
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Feb 20, 2024
1 parent 5d5b91b commit 1f21276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ x-ocis-server: &ocis-service
FRONTEND_SEARCH_MIN_LENGTH: '2'
FRONTEND_OCS_ENABLE_DENIALS: 'true'
FRONTEND_FULL_TEXT_SEARCH_ENABLED: 'true'
FRONTEND_OCS_INCLUDE_OCM_SHAREES: 'true'

# IDM
IDM_CREATE_DEMO_USERS: '${DEMO_USERS:-true}'
Expand Down

0 comments on commit 1f21276

Please sign in to comment.