From d45649f8b8abe67803de67e879b2f2a869247951 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Wed, 12 Feb 2025 14:04:57 -0500 Subject: [PATCH] Remove some sensetive information from the main configuration yaml file --- configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index b7260f9..17dfed0 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -29,8 +29,8 @@ homeassistant: elevation: !secret system_elevation unit_system: metric time_zone: !secret system_timezone - external_url: https://house.savin.nyc - internal_url: https://house.savin.nyc + external_url: !secret systemc_url_internal + internal_url: !secret systemc_url_external #################################################################################################### ### AUTHENTICATION PROVIDERS ####################################################### AAA ###