From 214cf101da837abbfbbc01f8ff8f75976baf329c Mon Sep 17 00:00:00 2001 From: jr-k Date: Thu, 16 May 2024 03:05:39 +0200 Subject: [PATCH] fully working doc tested --- docs/setup-run-on-rpi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-run-on-rpi.md b/docs/setup-run-on-rpi.md index 4664323..fd0cddc 100644 --- a/docs/setup-run-on-rpi.md +++ b/docs/setup-run-on-rpi.md @@ -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