mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix spelling error for password
This commit is contained in:
parent
9a134f565c
commit
9085ea0cd9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ APP_ENV=local
|
|||
APP_DEBUG=true
|
||||
APP_KEY=SomeRandomString
|
||||
|
||||
# Username and passsword for the initial admin account
|
||||
# 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=
|
||||
|
|
Loading…
Reference in a new issue