fix cert and image display issues

This commit is contained in:
2026-01-22 12:46:28 -08:00
parent 7e460a11e4
commit 8a38befb1c
14 changed files with 453 additions and 65 deletions

View File

@@ -36,10 +36,10 @@ NODE_ENV=development
FRONTEND_URL=http://localhost:3000
# Flyer Base URL - used for seed data and flyer image URLs
# Dev container: http://127.0.0.1
# Dev container: https://localhost (NOT 127.0.0.1 - avoids SSL mixed-origin issues)
# Test: https://flyer-crawler-test.projectium.com
# Production: https://flyer-crawler.projectium.com
FLYER_BASE_URL=http://127.0.0.1
FLYER_BASE_URL=https://localhost
# ===================
# Authentication