13 lines
391 B
Bash
13 lines
391 B
Bash
APP_URL=http://localhost
|
|
DATABASE_URL=postgresql://ecommerce:ecommerce_password@db:5432/ecommerce
|
|
AUTH_SECRET=dev-secret-change-in-production-32chars
|
|
INITIAL_ADMIN_EMAIL=admin@example.com
|
|
INITIAL_ADMIN_PASSWORD=Admin1234!test
|
|
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
|