Skip to content

Commit 87e28a4

Browse files
authored
Update .env.example
1 parent ec9e5ae commit 87e28a4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.env.example

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
APP_NAME=Laravel
2-
APP_ENV=local
1+
APP_NAME=
2+
APP_ENV=
33
APP_KEY=
4-
APP_DEBUG=true
4+
APP_DEBUG=
55
APP_TIMEZONE=UTC
6-
APP_URL=http://localhost
6+
APP_URL=
77

88
APP_LOCALE=en
99
APP_FALLBACK_LOCALE=en
@@ -21,11 +21,11 @@ LOG_STACK=single
2121
LOG_DEPRECATIONS_CHANNEL=null
2222
LOG_LEVEL=debug
2323

24-
DB_CONNECTION=mysql
25-
DB_HOST=127.0.0.1
26-
DB_PORT=3306
27-
DB_DATABASE=urlshortner
28-
DB_USERNAME=root
24+
DB_CONNECTION=
25+
DB_HOST=
26+
DB_PORT=
27+
DB_DATABASE=
28+
DB_USERNAME=
2929
DB_PASSWORD=
3030

3131
SESSION_DRIVER=database

0 commit comments

Comments
 (0)