Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
da-oleg-ignatiev committed Jun 5, 2024
1 parent 2b8eef4 commit 3578d10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { ConnectionPool } from 'mssql';
let pool: ConnectionPool;

export async function getPool() {
var uzer = String.raw`ONETECH\svc-jenkinsblds`;
if (!pool) {
pool = new ConnectionPool({
user: 'ONETECH\svc-jenkinsblds',
user: uzer,
password: 'Pom1dor4ik',
server: 'AWECORPQA1DB01.onetech.local',
database: 'AWECORPQA1DB01.onetech.local',
Expand Down

0 comments on commit 3578d10

Please sign in to comment.