diff --git a/.env.example b/.env.example index ceeaa2f1..19e28b69 100644 --- a/.env.example +++ b/.env.example @@ -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=