You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
386 B
16 lines
386 B
[Database]
|
|
IP=127.0.0.1
|
|
Database=Housing
|
|
DbId=sa
|
|
DbPw=your_password
|
|
Encrypt=True
|
|
TrustServerCertificate=True
|
|
Timeout=5
|
|
|
|
[Login]
|
|
; 로그인 승인에 사용할 DB 테이블/컬럼
|
|
Table=dbo.Housing_Assembly
|
|
IdColumn=Operator
|
|
PasswordColumn=Password
|
|
; DB 연결이 안 되는 상태에서 화면만 확인할 때 true로 둡니다. 운영 시 false로 바꾸세요.
|
|
OfflinePreview=false
|
|
|