From e7e8c440d50c815b6753617f16996f7488d6c047 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Thu, 4 Jan 2024 13:25:55 +0100 Subject: [PATCH] Use https for SENEC_SCHEMA --- guide/raspberry-pi/.env | 2 +- guide/synology/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/raspberry-pi/.env b/guide/raspberry-pi/.env index e5d4a10..938a68f 100644 --- a/guide/raspberry-pi/.env +++ b/guide/raspberry-pi/.env @@ -74,7 +74,7 @@ DB_VOLUME_PATH=/home/pi/solectrus/postgresql # # Change this to your own SENEC IP address! SENEC_HOST=192.168.178.123 -SENEC_SCHEMA=http +SENEC_SCHEMA=https SENEC_INTERVAL=5 SENEC_LANGUAGE=de diff --git a/guide/synology/.env b/guide/synology/.env index d1b336e..dc6635d 100644 --- a/guide/synology/.env +++ b/guide/synology/.env @@ -74,7 +74,7 @@ DB_VOLUME_PATH=/volume1/docker/solectrus/postgresql # # Change this to your own SENEC IP address! SENEC_HOST=192.168.178.123 -SENEC_SCHEMA=http +SENEC_SCHEMA=https SENEC_INTERVAL=5 SENEC_LANGUAGE=de