Skip to content

Commit

Permalink
Merge pull request #94 from Solution-Challenge-stress-solution/dev_kyko
Browse files Browse the repository at this point in the history
refactor: modify application.yml
  • Loading branch information
rhrudska987 authored Feb 23, 2024
2 parents 796bb09 + d2a44f5 commit 717af1c
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,19 @@ spring:
# host:localhost
# port:6379

#grpc:
# server:
# port: 8080
# client:
# test:
# address: static://34.64.90.112:8080
# enableKeepAlive: true
# keepAliveWithoutCalls: true
# negotiationType: plaintext
grpc:
server:
port: 8080
client:
test:
GLOBAL:
address: static://34.64.90.112:8080
enableKeepAlive: true
keepAliveWithoutCalls: true
negotiationType: plaintext
enable-keep-alive: true
keep-alive-without-calls: true
negotiation-type: TLS

0 comments on commit 717af1c

Please sign in to comment.