Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 395 Bytes

File metadata and controls

11 lines (9 loc) · 395 Bytes

Environment variables set/get example

This sample demonstrates how to set/get environment variables on Google App Engine

Setup

Update the tag in src/main/webapp/WEB-INF/appengine-web.xml with your project name Set the environment variables on src/main/webapp/WEB-INF/appengine-web.xml

Running locally

$ mvn appengine:devserver

Deploying

$ mvn appengine:update