latest configuration
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
server:
|
|
||||||
port: ${PORT:8080}
|
|
||||||
|
|
||||||
springdoc:
|
springdoc:
|
||||||
enable-native-support: true
|
enable-native-support: true
|
||||||
api-docs:
|
api-docs:
|
||||||
@@ -59,4 +56,4 @@ spring:
|
|||||||
- Path=/v1/token/**, /health/backend, /token-service/v3/api-docs
|
- Path=/v1/token/**, /health/backend, /token-service/v3/api-docs
|
||||||
filters:
|
filters:
|
||||||
- RewritePath=/health/backend, /actuator/health
|
- RewritePath=/health/backend, /actuator/health
|
||||||
- RewritePath=/token-service/(?<segment>.*), /$\{segment}
|
- RewritePath=/token-service/(?<segment>.*), /$\{segment}
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
server:
|
|
||||||
port: ${PORT:8081}
|
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
server:
|
|
||||||
port: ${PORT:9000}
|
|
||||||
|
Reference in New Issue
Block a user