mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 10:06:28 +03:00
9 lines
246 B
JSON
9 lines
246 B
JSON
{
|
|
"env": {
|
|
"#1": "Gmail SHOULD NOT be used on production, use it in development only.",
|
|
"#2": "GMAIL_USERNAME=",
|
|
"#3": "GMAIL_PASSWORD=",
|
|
"#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@gmail"
|
|
}
|
|
}
|