mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Merge pull request #601
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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@google"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user