Skip to content

Commit b0f0b1a

Browse files
authored
Create .env
1 parent 6f5da7a commit b0f0b1a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.env

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Configure mysql credentials
2+
# here and in webapp/.env file
3+
4+
# Mysql
5+
DB_ALLOW_EMPTY_PASSWORD=1
6+
DB_DATABASE=laravel
7+
DB_USERNAME=root
8+
DB_PASSWORD=

0 commit comments

Comments
 (0)