-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgateway.yml
More file actions
36 lines (35 loc) · 736 Bytes
/
gateway.yml
File metadata and controls
36 lines (35 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
spring:
application:
name: gateway
cloud:
gateway:
discovery:
locator:
enabled: true
lowerCaseServiceId: true
loadbalancer:
ribbon:
enabled: false
profiles:
active:
- dev
# enable if configuration need to be loaded from ConfigMap or Secrets
# kubernetes:
# reload:
# enabled: true
# mode: polling
# period: 5000
server:
port: 9090
logging:
level:
org.springframework.cloud.gateway: TRACE
org.springframework.cloud.loadbalancer: TRACE
app-security:
service: appMovilPersonasLocal
spEntityId: appMovilPersonasLocal
base_path: /gateway
enable: true
authEnable: true
cors:
allowCredentials: false