Skip to content

Commit

Permalink
add config parameters in compass config file
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaliagg9791 committed Oct 6, 2023
1 parent 4495e08 commit 8b34a2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compass.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ newrelic:

elasticsearch:
brokers: http://localhost:9200
request_timeout_in_seconds: 10

db:
host: localhost
Expand All @@ -46,6 +47,7 @@ db:
service:
host: localhost
port: 8080
request_timeout_in_seconds: 10
identity:
headerkey_uuid: Compass-User-UUID
headerkey_email: Compass-User-Email
Expand All @@ -54,6 +56,7 @@ service:
port: 8081
max_send_msg_size: 33554432
max_recv_msg_size: 33554432
request_timeout_in_seconds: 5

worker:
enabled: true
Expand Down

0 comments on commit 8b34a2b

Please sign in to comment.