525e988637
연락처 정보: - 전화번호: 010-4122-8268 - 이메일: taxbaik5668@gmail.com - 카카오톡 채널: http://pf.kakao.com/_xoxchTX - 인스타그램: https://www.instagram.com/taxtory5668/ 수정 사항: - appsettings.json: SiteSettings에 연락처 추가 - _Header.cshtml: 헤더의 전화번호 링크 반영 - _Layout.cshtml: 모바일 CTA 바 카카오톡 직접 링크 연결 - _Footer.cshtml: 전화, 이메일, 채널 링크 모두 반영 - Contact.cshtml: 전화 상담 옵션 추가 Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
636 B
JSON
21 lines
636 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Host=localhost;Database=taxbaikdb;Username=taxbaik;Password=taxbaik123"
|
|
},
|
|
"SiteSettings": {
|
|
"PhoneNumber": "010-4122-8268",
|
|
"EmailAddress": "taxbaik5668@gmail.com",
|
|
"KakaoChannelUrl": "http://pf.kakao.com/_xoxchTX",
|
|
"InstagramUrl": "https://www.instagram.com/taxtory5668/",
|
|
"CompanyName": "백원숙 세무회계",
|
|
"CompanyDescription": "사업자 기장, 부동산 양도세·증여세, 종합소득세 전문 상담"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|