Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 572584f

Browse files
Update .env.example
1 parent dc9baf4 commit 572584f

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
@@ -19,9 +19,9 @@ LOG_LEVEL=debug
1919
DB_CONNECTION=mysql
2020
DB_HOST=127.0.0.1
2121
DB_PORT=3306
22-
DB_DATABASE=enso
22+
DB_DATABASE=genealogy
2323
DB_USERNAME=root
24-
DB_PASSWORD=
24+
DB_PASSWORD=password
2525

2626
BROADCAST_DRIVER=log
2727
CACHE_DRIVER=array

0 commit comments

Comments
 (0)