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.
17 lines
492 B
17 lines
492 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=true
|
|
|