카카오 지도 키 갱신

This commit is contained in:
2026-06-06 15:54:49 +09:00
parent fbdd87ec8b
commit 84e308a04d
4 changed files with 5 additions and 5 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=ea26ed8ef3cf2960e9c36f1c161dadb5
KAKAO_JAVASCRIPT_KEY=5e0f889314e6d4f26fb18ee63d09c1ec
```
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=ea26ed8ef3cf2960e9c36f1c161dadb5
KAKAO_JAVASCRIPT_KEY=5e0f889314e6d4f26fb18ee63d09c1ec
```
`ADMIN_TOKEN` can stay blank during local MVP testing. For NAS exposure, set it.