mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Cleaned up manifest files from characters not needed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"LINKEDIN_API_KEY": "\"replace_me\"",
|
||||
"LINKEDIN_API_SECRET": "\"replace_me\""
|
||||
"LINKEDIN_API_KEY": "replace_me",
|
||||
"LINKEDIN_API_SECRET": "replace_me"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
},
|
||||
"env": {
|
||||
"#1": "Get your API key form https://app.mailgun.com/app/domains",
|
||||
"MAILGUN_API_KEY": "\"replace_me\""
|
||||
"MAILGUN_API_KEY": "replace_me"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user