Skip to content

Commit

Permalink
fixed readme and env.conf.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ftisiot committed Mar 24, 2022
1 parent 6404cb7 commit b35e809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Setup
|SUBJECT | Fake data subject (One between `pizza`, `userbehaviour`, `stock`, `realstock` (using the yahoo finance apis) and `metric`) |
|USERNAME | Aiven account username |
|TOKEN | Aiven account token |
|PRIVATELINK | Flag to say if the service is under a privatelink, to fetch the correct URL |


To know more about parameters, check the underline [Apache Kafka Python Fake Data Producer](https://github.com/aiven/python-fake-data-producer-for-apache-kafka) repository.
Expand Down
1 change: 1 addition & 0 deletions conf/env.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ MAX_TIME=0
SUBJECT="metric"
USERNAME="my_aiven_email"
TOKEN="my_aiven_token"
PRIVATELINK="NO"

0 comments on commit b35e809

Please sign in to comment.