Commit inicial
This commit is contained in:
commit
5385af660d
10 changed files with 173 additions and 0 deletions
13
.env.example
Normal file
13
.env.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue