Skip to content

Commit

Permalink
Merge pull request #333 from IQSS/332-pid
Browse files Browse the repository at this point in the history
add new pid settings, switch format
  • Loading branch information
MellyGray authored Mar 11, 2024
2 parents 84fdf3b + b88433b commit 0e90218
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions dev-env/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ services:
restart: on-failure
user: payara
environment:
- DATAVERSE_DB_HOST=postgres
- DATAVERSE_DB_PASSWORD=secret
- DATAVERSE_DB_USER=${DATAVERSE_DB_USER}
- DATAVERSE_FEATURE_API_SESSION_AUTH=1
DATAVERSE_DB_HOST: postgres
DATAVERSE_DB_PASSWORD: secret
DATAVERSE_DB_USER: ${DATAVERSE_DB_USER}
DATAVERSE_FEATURE_API_SESSION_AUTH: '1'
JVM_ARGS: -Ddataverse.pid.providers=fake
-Ddataverse.pid.default-provider=fake
-Ddataverse.pid.fake.type=FAKE
-Ddataverse.pid.fake.label=FakeDOIProvider
-Ddataverse.pid.fake.authority=10.5072
-Ddataverse.pid.fake.shoulder=FK2/
expose:
- '8080'
networks:
Expand Down

0 comments on commit 0e90218

Please sign in to comment.