MSSQL
DATABASE_URI
format should be mssql://<user>:<pass>@<host>:<port>/<database>
Example:
DATABASE_URI=mssql://sa:S7!0nGpAw0rD@localhost:1433/llana
Optional Configuration
The following .env
values can be used:
Variable | Details |
---|---|
AZURE | If the value is found in the config, it will set the Encrypt=true value in the connection string |