Files
JobcardSystem/.env.example
T

7 lines
244 B
Bash
Raw Normal View History

2026-09-01 18:54:47 +02:00
APP_ENV=development
APP_KEY=replace-with-a-long-random-secret
ADMIN_EMAIL=admin@example.com
ADMIN_PASSWORD=replace-with-a-long-unique-password
DB_PASSWORD=replace-with-a-long-database-password
DB_ROOT_PASSWORD=replace-with-a-long-root-password