전국 화물차 시뮬레이터 추가

This commit is contained in:
2026-06-06 18:37:36 +09:00
parent 2ba63fbc5b
commit 5a1f851d32
8 changed files with 643 additions and 40 deletions

View File

@@ -45,6 +45,8 @@ tested with `curl -k` while the certificate is being prepared.
CARGORADAR_PORT=8080
ADMIN_TOKEN=
KAKAO_JAVASCRIPT_KEY=07f4728599ceaf4299f77c772a135423
SIMULATOR_ENABLED=true
SIMULATOR_INTERVAL_MS=4000
```
For NAS deployment, start from `.env.nas.example` instead. The recommended NAS
@@ -54,9 +56,13 @@ host port is `18081` because `18080` is already forwarded for `opendaw`.
CARGORADAR_PORT=18081
ADMIN_TOKEN=change_this_admin_token
KAKAO_JAVASCRIPT_KEY=07f4728599ceaf4299f77c772a135423
SIMULATOR_ENABLED=true
SIMULATOR_INTERVAL_MS=4000
```
`ADMIN_TOKEN` can stay blank during local MVP testing. For NAS exposure, set it.
Set `SIMULATOR_ENABLED=false` when real Android phones are ready to provide
driver locations.
If opening the app directly by port, use:
```text