diff --git a/wol-gateway/src/main/resources/application-dev.yml b/wol-gateway/src/main/resources/application-dev.yml new file mode 100644 index 0000000..e0d5d0e --- /dev/null +++ b/wol-gateway/src/main/resources/application-dev.yml @@ -0,0 +1,11 @@ +spring: + cloud: + gateway: + discovery: + locator: + enabled: true + routes: + - id: wol-auth + uri: lb://wol-auth + predicates: + - Path=/auth/**