Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SchulzeStTSI authored Sep 16, 2021
1 parent 0180fe2 commit 75909a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,25 @@ dgc:
validity: 3600
#### Validation Service
services:
- id: ${dgc.serviceUrl}/identity/ValidationService#ValidationService-1
- id: ${dgc.serviceUrl}/identity/service/ValidationService#ValidationService-1
type: ValidationService
serviceEndpoint: http://localhost:8081
name: Validation Service
#### Validation Decorator
endpoints:
- id: ${dgc.serviceUrl}/identity/AccessTokenService#AccessTokenService-1
- id: ${dgc.serviceUrl}/identity/service/AccessTokenService#AccessTokenService-1
type: AccessTokenService
serviceEndpoint: ${dgc.serviceUrl}/token
name: Validation Decorator Token
- id: ${dgc.serviceUrl}/identity/ServiceProvider#ServiceProvider-1
- id: ${dgc.serviceUrl}/identity/service/ServiceProvider#ServiceProvider-1
type: ServiceProvider
serviceEndpoint: ${dgc.serviceUrl}/identity
name: Validation Decorator Identity
- id: ${dgc.serviceUrl}/identity/CancellationService#CancellationService-1
- id: ${dgc.serviceUrl}/identity/service/CancellationService#CancellationService-1
type: CancellationService
serviceEndpoint: ${dgc.serviceUrl}/reject
name: Validation Decorator Reject
- id: ${dgc.serviceUrl}/identity/StatusService#StatusService-1
- id: ${dgc.serviceUrl}/identity/service/StatusService#StatusService-1
type: StatusService
serviceEndpoint: ${dgc.serviceUrl}/status
name: Validation Decorator Status
Expand Down

0 comments on commit 75909a3

Please sign in to comment.