fully working doc tested

This commit is contained in:
jr-k 2024-05-16 03:05:39 +02:00
parent b4a26b4bf2
commit 214cf101da

View File

@ -81,7 +81,7 @@ cp .env.dist .env
### Configure
- Server configuration is editable in `.env` file.
- Application configuration will be available at `http://localhost:5000/settings` page after run.
- Application configuration will be available at `http://raspberrypi.local:5000/settings` page after run.
### Start server (for test)
```bash