Files
Infraviewer/.env.example
2026-02-17 16:00:34 +01:00

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