eclipse-pass / main

Catch all repository against which issues of general, cross cutting topics are logged.
Apache License 2.0
4 stars 8 forks source link

DOI service should be configured with Spring properties #1052

Open markpatton opened 2 months ago

markpatton commented 2 months ago

What?

The DOI service directly looks up environment variables. Instead it should use spring properties and have the environment variables looked up in the application.yaml like the other services.

Why?

The DOI service should be configured the same way as the others.

How?

Acceptance Criteria

Related Issues