From 67ebbbe32916cce2b2f7882a80db85f985a2fccb Mon Sep 17 00:00:00 2001 From: "Edward Tirado Jr." Date: Wed, 18 Feb 2026 00:22:51 -0600 Subject: [PATCH] updated omdb url --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3b7389f..ff7a22d 100644 --- a/.env.example +++ b/.env.example @@ -65,7 +65,7 @@ AWS_USE_PATH_STYLE_ENDPOINT=false VITE_APP_NAME="${APP_NAME}" OMDB_API_KEY=your_api_key -OMDB_API_URL=http://www.omdbapi.com/ +OMDB_API_URL=https://www.omdbapi.com/ MAILGUN_DOMAIN=mg.your.domain MAILGUN_SECRET=your_mailgun_secret