Skip to content

Commit 74c4d30

Browse files
committed
🔧 Update .env.example and configuration documentation with additional environment variables
1 parent 6a50445 commit 74c4d30

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# ENV=LOCAL
22
# DEBUG=false
3+
# TZ=UTC
4+
# PYTHONDONTWRITEBYTECODE=0

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,10 @@ my_module01:
221221
[**`.env.example`**](https://github.com/bybatkhuu/module.python-template/blob/main/.env.example):
222222
223223
```sh
224-
# ENV=development
225-
# DEBUG=true
224+
# ENV=LOCAL
225+
# DEBUG=false
226+
# TZ=UTC
227+
# PYTHONDONTWRITEBYTECODE=0
226228
```
227229
228230
---

docs/getting-started/configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ my_module01:
2020
[**`.env.example`**](https://github.com/bybatkhuu/module.python-template/blob/main/.env.example):
2121

2222
```sh
23-
# ENV=development
24-
# DEBUG=true
23+
# ENV=LOCAL
24+
# DEBUG=false
25+
# TZ=UTC
26+
# PYTHONDONTWRITEBYTECODE=0
2527
```

0 commit comments

Comments
 (0)