This commit is contained in:
Éric Gaspar
2023-06-05 10:51:34 +02:00
parent 88d12f0aab
commit 808fa2a92f
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ DB_CONNECTION=mysql
DB_STRICT=false
DB_HOST=localhost
DB_DATABASE=__DB_NAME__
DB_USERNAME=__DB_NAME__
DB_USERNAME=__DB_USER__
DB_PASSWORD=__DB_PWD__
DB_PORT=3306