11{
2- "dbs" : {
3- "sampleDB" : {
4- "user" : " sample" ,
5- "password" : " sample1234!" ,
6- "server" : " localhost" ,
7- "database" : " SampleDB" ,
8- "port" : 1433 ,
9- "options" : { "encrypt" : true , "trustServerCertificate" : true }
10- },
11- "erpDB" : {
12- "user" : " erp" ,
13- "password" : " erp1234!" ,
14- "server" : " localhost" ,
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- }
2+ "sampleDB" : {
3+ "user" : " sample" ,
4+ "password" : " sample1234!" ,
5+ "server" : " localhost" ,
6+ "database" : " SampleDB" ,
7+ "port" : 1433 ,
8+ "options" : { "encrypt" : true , "trustServerCertificate" : true }
9+ },
10+ "erpDB" : {
11+ "user" : " erp" ,
12+ "password" : " erp1234!" ,
13+ "server" : " localhost" ,
14+ "database" : " ERP_DB" ,
15+ "port" : 1433 ,
16+ "options" : { "encrypt" : true , "trustServerCertificate" : true }
17+ },
18+ "sourceDB" : {
19+ "user" : " sample" ,
20+ "password" : " sample1234!" ,
21+ "server" : " localhost" ,
22+ "database" : " sourceDB" ,
23+ "port" : 1433 ,
24+ "isWritable" : false ,
25+ "description" : " 운영 환경 소스 데이터베이스 (읽기 전용)" ,
26+ "options" : {
27+ "encrypt" : true ,
28+ "trustServerCertificate" : true ,
29+ "enableArithAbort" : true ,
30+ "requestTimeout" : 300000 ,
31+ "connectionTimeout" : 30000
3432 }
3533 }
3634}
0 commit comments