2026-05-18 15:25:38 +02:00
|
|
|
APP_URL=http://localhost
|
|
|
|
|
DATABASE_URL=postgresql://ecommerce:ecommerce_password@db:5432/ecommerce
|
2026-05-19 10:11:26 +02:00
|
|
|
AUTH_SECRET=<generate-with-openssl-rand-hex-32>
|
2026-05-18 15:25:38 +02:00
|
|
|
INITIAL_ADMIN_EMAIL=admin@example.com
|
2026-05-19 10:11:26 +02:00
|
|
|
INITIAL_ADMIN_PASSWORD=<change-this-use-openssl-rand-base64-32>
|
2026-05-18 15:25:38 +02:00
|
|
|
STRIPE_SECRET_KEY=sk_test_placeholder
|
|
|
|
|
STRIPE_WEBHOOK_SECRET=whsec_placeholder
|
|
|
|
|
SMTP_HOST=mailpit
|
|
|
|
|
SMTP_PORT=1025
|
|
|
|
|
SMTP_USER=
|
|
|
|
|
SMTP_PASSWORD=
|
|
|
|
|
SMTP_FROM=noreply@localhost
|
2026-05-19 10:11:26 +02:00
|
|
|
POSTGRES_PASSWORD=ecommerce_password
|