Use env variables for settings.py variables

This commit is contained in:
Aarni Halinen
2019-10-09 23:49:57 +03:00
parent 7ffddf41f8
commit 562738f945
5 changed files with 20 additions and 101 deletions
+8
View File
@@ -0,0 +1,8 @@
HOST=localhost
SECRET_KEY=7p$85^4ibb^p4-=vs44b7!y0e-zemugze18@a#30&71=a8)dp(
TG_BOT_TOKEN=
EMAIL_HOST=
EMAIL_PASSWD=
DB_USER=postgres
DB_PASSWD=postgres
DB_PORT=5432