.env and test on server.py
This commit is contained in:
5
.env
Normal file
5
.env
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
DB_USERNAME=new_user
|
||||||
|
DB_PASSWORD=password
|
||||||
|
DB_HOST=localhost
|
||||||
|
DB_PORT=3306
|
||||||
|
DB_NAME=UseCaseDB
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
app/__pycache__/
|
app/__pycache__/
|
||||||
app/models/__pycache__/
|
app/models/__pycache__/
|
||||||
app/codes/__pycache__/
|
app/codes/__pycache__/
|
||||||
|
migrations/*
|
||||||
Reference in New Issue
Block a user