mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
Remove obsolete .env.example entries
This commit is contained in:
parent
2976b66fca
commit
f9acc514da
1 changed files with 0 additions and 7 deletions
|
@ -10,13 +10,6 @@ DB_DATABASE=koel
|
|||
DB_USERNAME=koel
|
||||
DB_PASSWORD=SoSecureMuchWow
|
||||
|
||||
# Username and password for the initial admin account
|
||||
# This info will be populated into the database during `php artisan db:seed`
|
||||
# After that, it can (and should) be removed from this .env file
|
||||
ADMIN_EMAIL=
|
||||
ADMIN_NAME=
|
||||
ADMIN_PASSWORD=
|
||||
|
||||
# A random 32-char string. You can leave this empty if use php artisan koel:init.
|
||||
APP_KEY=
|
||||
|
||||
|
|
Loading…
Reference in a new issue