.env and test on server.py

This commit is contained in:
victor
2025-01-19 23:26:17 +01:00
parent 331f33286d
commit b87145654a
3 changed files with 12 additions and 6 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
DB_USERNAME=new_user
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=3306
DB_NAME=UseCaseDB

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
app/__pycache__/
app/models/__pycache__/
app/codes/__pycache__/
migrations/*