Skip to content

Commit ce32d63

Browse files
authored
update .env.example
1 parent 8a2b56d commit ce32d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_NAME=Laravel
22
APP_ENV=local
3-
APP_KEY=
3+
APP_KEY=base64:nmZg4AqiLh/D94TBDhh7sFvpHBBo/1DyOx99bT/CsrQ=
44
APP_DEBUG=true
55
APP_URL=http://localhost
66

@@ -11,7 +11,7 @@ LOG_LEVEL=debug
1111
DB_CONNECTION=mysql
1212
DB_HOST=127.0.0.1
1313
DB_PORT=3306
14-
DB_DATABASE=laravel
14+
DB_DATABASE=todo_app
1515
DB_USERNAME=root
1616
DB_PASSWORD=
1717

0 commit comments

Comments
 (0)