12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
# MS SQL Server Configuration
|
|
DB_SERVER=localhost
|
|
DB_PORT=1433
|
|
DB_DATABASE=your_database_name
|
|
DB_USER=your_username
|
|
DB_PASSWORD=your_password
|
|
DB_ENCRYPT=true
|
|
DB_TRUST_SERVER_CERTIFICATE=true
|
|
|
|
# Server Configuration
|
|
PORT=3000
|