Variáveis de ambiente com Python

This commit is contained in:
Luiz Otávio
2022-12-28 18:29:01 -03:00
parent f585163ece
commit 12c91d2680
3 changed files with 27 additions and 0 deletions

4
.env-example Normal file
View File

@@ -0,0 +1,4 @@
BD_USER="CHANGE-ME"
BD_PASSWORD="CHANGE-ME"
BD_PORT=CHANGE-ME
BD_HOST="CHANGE-ME"