From 21942f26afd7568090658f47696c85808034b06d Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 26 Sep 2024 08:50:05 -0300 Subject: [PATCH] settings.ini: move to using domain --- settings.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.ini.example b/settings.ini.example index 35fb89b..81dac5e 100644 --- a/settings.ini.example +++ b/settings.ini.example @@ -1,5 +1,5 @@ [settings] -url = http://127.0.0.1:8000/api/snapshot/ +url = http://localhost:8000/api/snapshot/ token = '1234' # path = /path/to/save # device = your_device_name