전국 화물차 시뮬레이터 추가
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user