diff --git a/laravel/.env.example b/laravel/.env.example index 35db1dd..8d32a34 100644 --- a/laravel/.env.example +++ b/laravel/.env.example @@ -1,6 +1,6 @@ APP_NAME=Laravel APP_ENV=local -APP_KEY= +APP_KEY=base64:5KmxP6vezKqQQ7OENVn5Q4oPbOY1d+WT+FmGxbvAU1M= APP_DEBUG=true APP_URL=http://localhost @@ -20,12 +20,12 @@ LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug -DB_CONNECTION=sqlite -# DB_HOST=127.0.0.1 -# DB_PORT=3306 -# DB_DATABASE=laravel -# DB_USERNAME=root -# DB_PASSWORD= +DB_CONNECTION=mariadb +DB_HOST=mariadb +DB_PORT=3306 +DB_DATABASE=taskdb +DB_USERNAME=developtask +DB_PASSWORD=super_strong_password SESSION_DRIVER=database SESSION_LIFETIME=120