We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5da7a commit b0f0b1aCopy full SHA for b0f0b1a
.env
@@ -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