Skip to content

Commit ec8ec57

Browse files
committed
Added DB resource
1 parent f76e269 commit ec8ec57

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

config/dbinfo.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515
"database": "ERP_DB",
1616
"port": 1433,
1717
"options": { "encrypt": true, "trustServerCertificate": true }
18+
},
19+
"sourceDB": {
20+
"user": "sample",
21+
"password": "sample1234!",
22+
"server": "localhost",
23+
"database": "sourceDB",
24+
"port": 1433,
25+
"isWritable": false,
26+
"description": "운영 환경 소스 데이터베이스 (읽기 전용)",
27+
"options": {
28+
"encrypt": true,
29+
"trustServerCertificate": true,
30+
"enableArithAbort": true,
31+
"requestTimeout": 300000,
32+
"connectionTimeout": 30000
33+
}
1834
}
1935
}
2036
}

0 commit comments

Comments
 (0)