v1.0.3
add multi lang
This commit is contained in:
20
.env.example
20
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user