Skip to content

Commit

Permalink
Add sample config files
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Oct 23, 2020
1 parent 2de2b5a commit 33a011b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions telegram-bot-carparks/.env_example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
CCLOUD_BROKER_HOST=xxxxxx.confluent.cloud:9092
CCLOUD_API_KEY=xxxx
CCLOUD_API_SECRET=xxxx
CCLOUD_SCHEMA_REGISTRY_URL=https://xxxx.confluent.cloud
CCLOUD_SCHEMA_REGISTRY_API_KEY=xxxx
CCLOUD_SCHEMA_REGISTRY_API_SECRET=xxxx

TELEGRAM_BOT_TOKEN=xxxx

KSQLDB_API_KEY=xxxx
KSQLDB_API_SECRET=xxxx
KSQLDB_ENDPOINT=https://xxxx.confluent.cloud:443

ELASTIC_USER=xxxx
ELASTIC_PW=xxxx
ELASTIC_ENDPOINT=https://xxxx.found.io:9243
1 change: 1 addition & 0 deletions telegram-bot-carparks/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ data/connectors
go/telegram_config.go
go/ksqldb_config.go
leeds.txt
.env
3 changes: 3 additions & 0 deletions telegram-bot-carparks/go/telegram_config.go.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package main

var TELEGRAM_API_TOKEN string = "xxxx"

0 comments on commit 33a011b

Please sign in to comment.