Add DATABASE_URL env var, with .env.example

This commit is contained in:
2024-10-15 23:51:42 -05:00
parent dd8f7a7014
commit 7038fb2c3e
2 changed files with 3 additions and 0 deletions

1
.env.example Normal file
View File

@@ -0,0 +1 @@
DATABASE_URL=

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.env
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]