Skip to content

Commit f4f645b

Browse files
committed
Add env example file
1 parent f859be0 commit f4f645b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
KAFKA_BOOTSTRAP_SERVERS=localhost:9092

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ build/
3131

3232
### VS Code ###
3333
.vscode/
34+
35+
.env

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ This application produces data and sends it to [Data consumer service](https://g
1010

1111
To start an application you need to pass variables to `.env` file.
1212

13-
Application is running on port `8081`.
13+
You can use example `.env.example` file with some predefined environments.
1414

15-
All insignificant features (checkstyle, build check, dto validation) are not presented.
15+
Application is running on port `8081`.
1616

17-
#### Example:
18-
```agsl
19-
KAFKA_BOOTSTRAP_SERVERS=localhost:9092
20-
```
17+
All insignificant features (checkstyle, build check, dto validation) are not presented.
2118

2219
Application has two endpoints:
2320
* POST `/api/v1/data/send`

0 commit comments

Comments
 (0)