moved ConfigProvider up in the hierarchy (to main.jsx) to wrap the whole App
This commit is contained in:
@@ -1 +1,4 @@
|
||||
# esto esta aqui porque es un entorno local
|
||||
# y además un usuario y contraseña bastante
|
||||
# genéricos
|
||||
DB_URL = "mysql+aiomysql://root:root@localhost:3306/DAD"
|
||||
@@ -4,4 +4,5 @@ contextlib2
|
||||
dotenv
|
||||
pydantic
|
||||
sqlalchemy
|
||||
db
|
||||
databases
|
||||
aiomysql
|
||||
|
||||
Reference in New Issue
Block a user