I want to store and retrieve key/value pairs that may vary between
environments (development server, GAE application #1, GAE application
#2, ...). What's the best way to do this?

I feel that a small GAE configuration library that allows these
settings to be administrated in the dashboard would be great, but
since we don't have that, what's the next best thing? Right now I'm
leaning towards an expando model using the key_name for the setting
key and a value property for the value.

(The reason I'm not putting these configuration values in my code is
because I want to be able to redeploy my application to multiple
environments without any fuss, and I don't want any of the
environments to have to know about the other environments.)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to