Skip to content

Commit

Permalink
update .env and jobConfig examples
Browse files Browse the repository at this point in the history
  • Loading branch information
despadam committed Dec 17, 2024
1 parent 385443a commit 1b9c661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PUBLIC_URL_PREFIX="https://doi.esss.se/detail/"
PORT=3000
RABBITMQ_ENABLED=<"yes"|"no">
RABBITMQ_HOSTNAME="localhost"
RABBITMQ_PORT=5672
RABBITMQ_USERNAME="rabbitmq"
RABBITMQ_PASSWORD="rabbitmq"
REGISTER_DOI_URI="https://mds.test.datacite.org/doi"
Expand Down
8 changes: 0 additions & 8 deletions jobConfig.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
headers:
accept: application/json
- actionType: rabbitmq
hostname: rabbitmq
port: 5672
username: guest
password: guest
exchange: jobs.write
queue: client.jobs.write
key: jobqueue
Expand All @@ -29,10 +25,6 @@ jobs:
auth: archivemanager
actions:
- actionType: rabbitmq
hostname: rabbitmq
port: 5672
username: guest
password: guest
exchange: jobs.write
queue: client.jobs.write
key: jobqueue
Expand Down

0 comments on commit 1b9c661

Please sign in to comment.