From 4edd2c54d3d97cb05d472c56203cb5e3dc3b299e Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 4 May 2025 11:35:31 +0300 Subject: [PATCH] Update .env to use secure HTTPS URLs for API endpoints --- frontend/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/.env b/frontend/.env index 394f743..1a9aa91 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,5 +1,5 @@ -VITE_APP_TUITIO_URL=http://####### -VITE_APP_NETWORK_RESURRECTOR_API_URL=http://####### +VITE_APP_TUITIO_URL=https:// +VITE_APP_NETWORK_RESURRECTOR_API_URL=https:// #600000 milliseconds = 10 minutes VITE_APP_MACHINE_PING_INTERVAL=600000