Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Update .env.example #32

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.example
@@ -1,7 +1,7 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomKey!!!

APP_TIMEZONE=UTC
APP_LOCALE=en
APP_FALLBACK_LOCALE=en

Expand All @@ -11,6 +11,7 @@ DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_TIMEZONE=+00:00

CACHE_DRIVER=memcached
SESSION_DRIVER=memcached
Expand Down