Skip to content
Permalink
83b06ea76b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit be3b3c8 May 13, 2021 History
1 contributor

Users who have contributed to this file

14 lines (14 sloc) 377 Bytes
# These parameters can be overridden by setting environment variables before calling docker-compose up
ENV=demo
USERTOKEN=
REPO_DATABASE_TYPE=postgresql
REPO_JDBC_URL=default
REPO_HOST=midpoint_data
REPO_PORT=default
REPO_DATABASE=midpoint
REPO_USER=midpoint
REPO_MISSING_SCHEMA_ACTION=create
REPO_UPGRADEABLE_SCHEMA_ACTION=stop
MP_MEM_MAX=2048m
MP_MEM_INIT=1024m
TIMEZONE=UTC