mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Comply to env string format and config file naming
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"env": {
|
||||
"MONGODB_HOST": "localhost",
|
||||
"MONGODB_PORT": "27017",
|
||||
"MONGODB_USER": null,
|
||||
"MONGODB_PASSWORD": null,
|
||||
"MONGODB_USER": "",
|
||||
"MONGODB_PASSWORD": "",
|
||||
"MONGODB_DB": "symfony"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user