From 6b49031ab31f9bf414b38c09ee3280cab55cbe4b Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 19 Oct 2023 14:47:37 -0500 Subject: [PATCH] changed ip for master server --- files/debian/cronicle-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/debian/cronicle-config.json b/files/debian/cronicle-config.json index f494279..53c6658 100644 --- a/files/debian/cronicle-config.json +++ b/files/debian/cronicle-config.json @@ -1,5 +1,5 @@ { - "base_app_url": "http://192.168.1.50:3012", + "base_app_url": "http://192.168.1.4:3012", "email_from": "notify.akanealw@gmail.com", "smtp_hostname": "smtp.gmail.com", "smtp_port": 587,