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
386 B

2 months ago
[Database]
IP=127.0.0.1
Database=Housing
DbId=sa
DbPw=your_password
Encrypt=True
TrustServerCertificate=True
Timeout=5
2 months ago
[Login]
2 months ago
; 로그인 승인에 사용할 DB 테이블/컬럼
2 months ago
Table=dbo.Housing_Assembly
IdColumn=Operator
PasswordColumn=Password
; DB 연결이 안 되는 상태에서 화면만 확인할 때 true로 둡니다. 운영 시 false로 바꾸세요.
2 months ago
OfflinePreview=false