Skip to content

Commit

Permalink
AK-8424: Added minor config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pshussain committed May 24, 2022
1 parent 54b7744 commit 0ea3241
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/conf/datasage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server:
database: sqlite

database:
sqlite:
external:
name: datasage
host: localhost
user: datasage
Expand All @@ -27,8 +27,14 @@ adaptors:
password: abcdef

integrations:
name: kafka
topic: datalog
broker: broker.kafka.com
port: 11211
kafka:
topic: datalog
broker: broker.kafka.com
port: 11211
rpc:
host: grpc.com
port: 1989
http:
endpoint: https://accuknox.com/service/log
method: post

0 comments on commit 0ea3241

Please sign in to comment.