Removendo arquivos __pycache__ do controle de versão

This commit is contained in:
Davidson Gomes
2025-04-28 10:35:48 -03:00
parent 3c3b9cfa9f
commit 8816c9aafd
7 changed files with 146 additions and 29 deletions

View File

@@ -26,7 +26,7 @@ app = FastAPI(
# Configuração do PostgreSQL
POSTGRES_CONNECTION_STRING = os.getenv(
"POSTGRES_CONNECTION_STRING",
"postgresql://postgres:root@localhost:5432/google-a2a-saas"
"postgresql://postgres:root@localhost:5432/evo_ai"
)
# Criar as tabelas no banco de dados