diff --git a/.env.example b/.env.example index 7719445..5b2e8d2 100644 --- a/.env.example +++ b/.env.example @@ -1,19 +1,11 @@ -APP_NAME=Lumen +APP_NAME=Knockout-Lite APP_ENV=local APP_KEY= APP_DEBUG=true -APP_URL=http://localhost +APP_URL=http://knockoutlite.local APP_TIMEZONE=UTC -LOG_CHANNEL=stack -LOG_SLACK_WEBHOOK_URL= - -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 -DB_DATABASE=homestead -DB_USERNAME=homestead -DB_PASSWORD=secret +KNOCKOUT_API=https://api.knockout.chat CACHE_DRIVER=file QUEUE_CONNECTION=sync