fix: missing https:// in docker environment example

This commit is contained in:
2025-12-04 21:05:55 +01:00
parent f0ac4e0cdf
commit 0da6157255

View File

@@ -1,4 +1,4 @@
BACKEND_URL=backend.example.com
FRONTEND_URL=example.com
BACKEND_URL=https://backend.example.com
FRONTEND_URL=https://example.com
SESSION_DOMAIN=.example.com
APP_KEY=SOME-KEY