Comply to env string format and config file naming

This commit is contained in:
Alessandro Lai
2018-01-19 23:00:51 +01:00
parent 130f8198ed
commit 7595f076fd
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"env": {
"MONGODB_HOST": "localhost",
"MONGODB_PORT": "27017",
"MONGODB_USER": null,
"MONGODB_PASSWORD": null,
"MONGODB_USER": "",
"MONGODB_PASSWORD": "",
"MONGODB_DB": "symfony"
}
}