Skip to content

Commit 723b480

Browse files
carieshmarielesv
authored andcommitted
Update appengine-web.xml (#230)
* Update appengine-web.xml Add region tags for documentation. * Update appengine-web.xml
1 parent 623e99d commit 723b480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appengine/mailjet/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
<application>YOUR-PROJECT-ID</application>
1818
<version>YOUR-VERSION-ID</version>
1919
<threadsafe>true</threadsafe>
20+
// [START env_variables]
2021
<env-variables>
2122
<env-var name="MAILJET_API_KEY" value="YOUR-MAILJET-API-KEY" />
2223
<env-var name="MAILJET_SECRET_KEY" value="YOUR-MAILJET-SECRET-KEY" />
2324
</env-variables>
25+
// [END env_variables]
2426
</appengine-web-app>

0 commit comments

Comments
 (0)