Files
html/generated/file_06.env
2026-04-12 22:57:03 +02:00

9 lines
180 B
Bash

# .env
APP_DEBUG=true
DB_HOST=localhost
DB_NAME=saas_platform
DB_USER=root
DB_PASS=
JWT_SECRET=super-secret-key-change-in-prod
STRIPE_KEY=sk_test_...
BASE_URL=http://localhost:8000