InitalCommit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user