feat: release v0.2.2 - web interface with configurable port

This commit is contained in:
2026-04-17 14:38:38 +03:00
parent fe13a5e3a7
commit 48f32e63c2
2 changed files with 6 additions and 6 deletions

View File

@@ -108,10 +108,10 @@ RUST_LOG=debug ./target/release/ae_anons
# Или с указанием другого порта через .env файл
# WEB_PORT=8080 ./target/release/ae_anons --web
# Сервер будет доступен по адресу http://localhost:3000 (или указанному порту)
## Веб-интерфейс
```
## Веб-интерфейс
После запуска веб-сервера откройте браузер:
- Главная страница: <http://localhost:3000>