From aae5967096052ceefa0b935f2bd7bf87074e3a3a Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 18:49:25 -0600 Subject: [PATCH] config for imag location --- config.sample.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sample.json b/config.sample.json index ef0f98f..60c527e 100644 --- a/config.sample.json +++ b/config.sample.json @@ -3,5 +3,8 @@ "server": "https://example.com", "userid": "@quotes:example.com", "password": "hunter2" + }, + "imag":{ + "server": "https://quotes.example.com" } }