Skip to content

Commit 67704f1

Browse files
committed
Update app defaults with .env file
1 parent 8334a1b commit 67704f1

File tree

4 files changed

+3026
-1578
lines changed

4 files changed

+3026
-1578
lines changed

.env.dev.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
55
APP_URL=http://localhost
6+
APP_LOCALE=en
7+
APP_TIMEZONE=UTC
68

79
LOG_CHANNEL=daily
810
LOG_DEPRECATIONS_CHANNEL=null

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ APP_KEY=
44
APP_DEBUG=true
55
APP_URL=http://localhost
66
WEB_APP_PORT=8080
7+
APP_LOCALE=en
8+
APP_TIMEZONE=UTC
79

810
LOG_CHANNEL=daily
911
LOG_DEPRECATIONS_CHANNEL=null

0 commit comments

Comments
 (0)