diff --git a/.env.example b/.env.example index b7becba..233553f 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ -APP_NAME=Laravel +APP_NAME=BuBoFamily APP_ENV=local APP_KEY= APP_DEBUG=true -APP_URL=http://localhost +APP_URL=http://bubofamily.mydomain.loc LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null @@ -11,9 +11,9 @@ LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 -DB_DATABASE=laravel -DB_USERNAME=root -DB_PASSWORD= +DB_DATABASE=bubofamily_db +DB_USERNAME=mydbuser +DB_PASSWORD=mystrongpassword BROADCAST_DRIVER=log CACHE_DRIVER=file