3b5af64606
- .gitignore: 루트 Release/ 배포 폴더 추적 해제 (빌드 중간물은 계속 제외) - Release/260618/: 전 프로젝트 publish 결과 수집 (~762MB) - ErvDashboard.exe / DiffuserSimulator.exe / ERVSimulator.exe - HoodSimulator.exe / RJ2RoomConSimulator.exe - ErvCollector/ (웹 수집서버 폴더 통째: exe+appsettings+wwwroot) - Firmware/ HERV.bin/.hex/.elf (RoomCtrl_Push 반영본) - 모두 self-contained 단일 exe (노트북에 .NET 미설치여도 실행) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
27 lines
430 B
JSON
27 lines
430 B
JSON
{
|
|
"Influx": {
|
|
"Url": "http://127.0.0.1:8086",
|
|
"Org": "herv",
|
|
"Bucket": "erv",
|
|
"Token": "PUT-YOUR-INFLUXDB-TOKEN-HERE"
|
|
},
|
|
"Http": {
|
|
"Prefix": "http://localhost:8080/",
|
|
"Token": ""
|
|
},
|
|
"SampleIntervalSeconds": 10,
|
|
"Sites": [
|
|
{
|
|
"Port": 6001,
|
|
"Name": "site01"
|
|
},
|
|
{
|
|
"Port": 6002,
|
|
"Name": "site02"
|
|
},
|
|
{
|
|
"Port": 6003,
|
|
"Name": "site03"
|
|
}
|
|
]
|
|
} |