Private
Public Access
1
0

fix: pkg: the og tags did not have proper http schema - they should have https #4

This commit is contained in:
2026-04-15 14:33:53 +02:00
parent f442942faf
commit 8780800dff
6 changed files with 27 additions and 4 deletions

View File

@@ -6,6 +6,9 @@
APP_ENV=dev
APP_SECRET=changethis
APP_NAME=mineseeker
# TRUSTED_PROXIES: Only needed for bare-metal dev behind a reverse proxy
# For Docker development, this is set in compose.override.yaml
# For production, set in PROD_ENV_FILE Gitea secret (use 172.18.0.0/16 initially)
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ###