-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use nodejs-repo-tools for testing Sendgrid sample (#1285)
* Fix sendgrid sample + use .cloud-repo-tools.json * Add env vars * Try fixing memcached test (low hanging fruit)
- Loading branch information
Ace Nassri
authored
May 15, 2019
1 parent
3535307
commit f700a24
Showing
6 changed files
with
47 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"test": { | ||
"app": { | ||
"msg": "Value:" | ||
} | ||
}, | ||
"requiresKeyFile": true, | ||
"requiresProjectId": true, | ||
"requiredEnvVars": [ | ||
"MEMCACHE_URL", | ||
"MEMCACHE_USERNAME", | ||
"MEMCACHE_PASSWORD" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"test": { | ||
"app": { | ||
"msg": "Hello World!" | ||
} | ||
}, | ||
"requiresKeyFile": true, | ||
"requiresProjectId": true, | ||
"requiredEnvVars": [ | ||
"SENDGRID_SENDER", | ||
"SENDGRID_API_KEY" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters