add multi lang
This commit is contained in:
2026-07-11 20:03:15 +02:00
parent f0813894a8
commit ae3b435b51
116 changed files with 1543 additions and 484 deletions

View File

@@ -1,20 +1,20 @@
# Skopiuj ten plik do .env i uzupełnij wartości: cp .env.example .env
# Copy this file to .env and fill in the values: cp .env.example .env
# --- Bezpieczeństwo ---
# Wygeneruj losowy sekret np. poleceniem: openssl rand -hex 32
# --- Security ---
# Generate a random secret with, e.g.: openssl rand -hex 32
JWT_SECRET=change-me-to-a-random-secret
# --- Adres aplikacji ---
FRONTEND_URL=https://twoja-domena.pl
# --- App URL ---
FRONTEND_URL=https://example.com
# --- Domena (routing Traefik) ---
DOMAIN=twoja-domena.pl
# --- Domain (Traefik routing) ---
DOMAIN=example.com
# --- Sieć zewnętrzna Traefik ---
# --- External Traefik network ---
TRAEFIK_NETWORK=traefik_public
# --- SMTP (powiadomienia mailowe, reset hasła) ---
# Pozostaw SMTP_HOST puste, aby wyłączyć wysyłkę e-maili.
# --- SMTP (email notifications, password reset) ---
# Leave SMTP_HOST empty to disable sending emails.
SMTP_HOST=
SMTP_PORT=587
SMTP_SECURE=false