-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.env
More file actions
7 lines (7 loc) · 976 Bytes
/
.env
File metadata and controls
7 lines (7 loc) · 976 Bytes
1
2
3
4
5
6
7
CONNECTION_KEY="SQLSERVER_WSL_DEV17"
SQLSERVER_LOCAL17="Driver={ODBC Driver 17 for SQL Server};Server=(localdb)\\node;Database=scratch;Trusted_Connection=yes;"
SQLSERVER_UAT18="Driver={ODBC Driver 18 for SQL Server};Server=localhost,1433;Database=node;UID=admin;PWD=Password_123#;TrustServerCertificate=yes;"
SQLSERVER_UAT17="Driver={ODBC Driver 17 for SQL Server};Server=localhost,1433;Database=node;UID=admin;PWD=Password_123#;TrustServerCertificate=yes;"
SQLSERVER_DEV18="Driver={ODBC Driver 18 for SQL Server};Server=localhost,1433;Database=node;UID=node_user;PWD=StrongPassword123!;TrustServerCertificate=yes;"
SQLSERVER_WSL_DEV18="Driver={ODBC Driver 18 for SQL Server};Server=127.0.0.1,1433;Database=node;UID=node_user;PWD=StrongPassword123!;TrustServerCertificate=yes;Connect Timeout=10"
SQLSERVER_WSL_DEV17="Driver={ODBC Driver 17 for SQL Server};Server=127.0.0.1,1433;Database=node;UID=node_user;PWD=StrongPassword123!;TrustServerCertificate=yes;Connect Timeout=10"