docs: update port 8000 references to 8011 in blockchain configuration docs

- Update blockchain/2_configuration.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
This commit is contained in:
aitbc
2026-05-08 21:48:22 +02:00
parent 4f3a65cf9b
commit cd58fbd3e4

View File

@@ -24,7 +24,7 @@ rpc:
bind_port: 8080
cors_origins:
- http://localhost:8015
- http://localhost:8000
- http://localhost:8011
rate_limit: 1000 # requests per minute
```