diff --git a/happyr/linkedin-api-client/1.0/manifest.json b/happyr/linkedin-api-client/1.0/manifest.json index 805297c5..efccb2e6 100644 --- a/happyr/linkedin-api-client/1.0/manifest.json +++ b/happyr/linkedin-api-client/1.0/manifest.json @@ -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" } } diff --git a/mailgun/mailgun-php/2.3/manifest.json b/mailgun/mailgun-php/2.3/manifest.json index a22e3e9e..59d5ec69 100644 --- a/mailgun/mailgun-php/2.3/manifest.json +++ b/mailgun/mailgun-php/2.3/manifest.json @@ -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" } }