fix: add missing backend and frontend domain variables in .env.example

This commit is contained in:
2025-12-04 23:52:24 +01:00
parent af5dbc2767
commit cd2afee8fc

View File

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