We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aae8a2 commit 6ec088eCopy full SHA for 6ec088e
app.json
@@ -22,11 +22,15 @@
22
"APP_DEBUG": {
23
"value": "0"
24
},
25
- "SYMFONY_LOG": "php://stderr",
26
"APP_SECRET": {
27
"description": "Extra entropy for %kernel.secret%; used for CSRF tokens, cookies and signed URLs.",
28
"generator": "secret"
29
- }
+ },
+ "MAILER_URL": {
30
+ "value": "null://localhost",
31
+ "description": "A DSN-like configuration string for the mail server. See https://symfony.com/doc/current/reference/configuration/swiftmailer.html#url"
32
33
+ "SYMFONY_LOG": "php://stderr"
34
35
"addons": [
36
"heroku-postgresql"
0 commit comments