12345678910111213141516171819202122232425262728 |
- server:
- port: 8100
- spring:
- application:
- name: final-gateway
- main:
- web-application-type: reactive
- cloud:
- refresh:
- refreshable: none
- httpclient:
- connect-timeout: 1000
- response-timeout: 5s
- rabbitmq:
- host: 47.94.15.64
- port: 5672
- username: client
- password: client
- data:
- redis:
- host: 47.94.15.64
- port: 6379
- org:
- brynhild:
- graduation:
- jwt:
- key: sjmbahczdszjj
- ttl: 360000000
|