7 lines
244 B
Bash
7 lines
244 B
Bash
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
|