We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76e269 commit ec8ec57Copy full SHA for ec8ec57
1 file changed
config/dbinfo.json
@@ -15,6 +15,22 @@
15
"database": "ERP_DB",
16
"port": 1433,
17
"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
+ }
34
}
35
36
0 commit comments