화물차 지도 마커와 카카오 키 전환

This commit is contained in:
2026-06-06 16:22:27 +09:00
parent 84e308a04d
commit 2d10927bed
7 changed files with 393 additions and 83 deletions

View File

@@ -44,7 +44,7 @@ tested with `curl -k` while the certificate is being prepared.
```text
CARGORADAR_PORT=8080
ADMIN_TOKEN=
KAKAO_JAVASCRIPT_KEY=5e0f889314e6d4f26fb18ee63d09c1ec
KAKAO_JAVASCRIPT_KEY=07f4728599ceaf4299f77c772a135423
```
For NAS deployment, start from `.env.nas.example` instead. The recommended NAS
@@ -53,7 +53,7 @@ host port is `18081` because `18080` is already forwarded for `opendaw`.
```text
CARGORADAR_PORT=18081
ADMIN_TOKEN=change_this_admin_token
KAKAO_JAVASCRIPT_KEY=5e0f889314e6d4f26fb18ee63d09c1ec
KAKAO_JAVASCRIPT_KEY=07f4728599ceaf4299f77c772a135423
```
`ADMIN_TOKEN` can stay blank during local MVP testing. For NAS exposure, set it.