Skip to content

Commit

Permalink
GROUP-105 Add production configuration from K8s
Browse files Browse the repository at this point in the history
  • Loading branch information
makmn1 committed Jul 4, 2024
1 parent ad8a63c commit d5a8073
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
server:
error:
include-stacktrace: never
spring:
rabbitmq:
host: {$SPRING_RABBITMQ_HOST:grouphq-rabbitmq}
port: 5671
ssl:
enabled: true
grouphq:
features:
groups:
create: false
status: false
join: true
leave: true
group-service:
url: http://group-service
get-groups-timeout-milliseconds: 3000
get-groups-retry-attempts: 3
get-groups-retry-backoff-milliseconds: 100
get-group-members-timeout-milliseconds: 3000
get-group-members-retry-attempts: 3
get-group-members-retry-backoff-milliseconds: 100

0 comments on commit d5a8073

Please sign in to comment.