Commit inicial

This commit is contained in:
Ricardo 2026-09-11 17:22:41 -03:00
commit 5385af660d
10 changed files with 173 additions and 0 deletions

13
.env.example Normal file
View file

@ -0,0 +1,13 @@
# Copie estas variáveis para o .env e preencha os valores
# SQL Server
DB_HOST=
DB_PORTA=1433
DB_DATABASE=
DB_LOGIN=
DB_SENHA=
# Opcionais (já têm valor padrão)
# DB_DRIVER=ODBC Driver 17 for SQL Server
# DB_POOL_SIZE=5
# DB_POOL_MAX_OVERFLOW=10