We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a50445 commit 74c4d30Copy full SHA for 74c4d30
3 files changed
.env.example
@@ -1,2 +1,4 @@
1
# ENV=LOCAL
2
# DEBUG=false
3
+# TZ=UTC
4
+# PYTHONDONTWRITEBYTECODE=0
README.md
@@ -221,8 +221,10 @@ my_module01:
221
[**`.env.example`**](https://github.com/bybatkhuu/module.python-template/blob/main/.env.example):
222
223
```sh
224
-# ENV=development
225
-# DEBUG=true
+# ENV=LOCAL
+# DEBUG=false
226
227
228
```
229
230
---
docs/getting-started/configuration.md
@@ -20,6 +20,8 @@ my_module01:
20
21
22
23
24
25
26
27
0 commit comments