From b35e80934dbdb489786cdc9a7a316fe0297afeee Mon Sep 17 00:00:00 2001 From: Francesco Date: Thu, 24 Mar 2022 09:28:52 +0100 Subject: [PATCH] fixed readme and env.conf.sample --- README.md | 1 + conf/env.conf.sample | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 10b2e02..08f0177 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/conf/env.conf.sample b/conf/env.conf.sample index 70045b9..a0ea0ef 100644 --- a/conf/env.conf.sample +++ b/conf/env.conf.sample @@ -8,3 +8,4 @@ MAX_TIME=0 SUBJECT="metric" USERNAME="my_aiven_email" TOKEN="my_aiven_token" +PRIVATELINK="NO" \ No newline at end of file