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