9 lines
180 B
Bash
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 |