Cleaned up manifest files from characters not needed

This commit is contained in:
Nyholm
2019-02-27 07:40:47 +01:00
parent b40eb52443
commit acd7f08bd5
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
}
}

View File

@@ -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"
}
}