#
Size: a a a
#
#
#
G
SS
#
U
U
spring:
application:
name: gatewayservice
cloud:
config:
enabled: true
uri: http://localhost:88888
server:
port: 5555
max-http-header-size: 10000000
eureka:
client:
healthcheck:
enabled: true
serviceUrl:
defaultZone: http://localhost:8761/eureka/
server:
wait-time-in-ms-when-sync-empty: 3000
zuul:
ignored-header: Access-Control-Allow-Credentials, Access-Control-Allow-Origin
sensitiveHaeders: Cookie, Set-Cookie
host:
connection-request-timeout-millis: 120000
socket-timeout-millis: 600000
routes:
authservice:
url: http://localhost:2222
ribbon:
ConnectTimeout: 120000
ReadTimeout: 120000
U
server:
port: 2222
max-http-header-size: 10000000
management:
security:
enabled: false
auth-server:
url: http://localhost:2222
spring:
application:
name: authservice
jpa:
properties:
hibernate:
default_schema: permod
main:
allow-bean-definition-overriding: true
eureka:
client:
healthcheck:
enabled: true
serviceUrl:
defaultZone: http://localhost:8761/eureka/
server:
wait-time-in-ms-when-sync-empty: 3000
zuul:
ignored-headers: Access-Control-Allow-Credentials, Access-Control-Allow-Origin
sensitiveHeaders: Cookie,Set-Cookie
host:
connection-request-timeout-millis: 120000
ribbon:
ConnectionTimeout: 1200000
ReadTimeout: 12000000
security:
oauth2:
resource:
userInfoUri: http://localhost:2222/auth/user
U
U
U
U
CG
f
A
.D
𝕋