How to know if i am working on development or production in appengine?

octubre 21st, 2010 Posted by appengine 0 thoughts on “How to know if i am working on development or production in appengine?”

private boolean isDevelopment() {
        return ( SystemProperty.environment.value() == SystemProperty.Environment.Value.Development );

}

Copyright © 2018 programadorfreelanceargentina.com

Programador Freelance Argentina