Re: [google-appengine] where to put credentials?

2013-11-15 Thread stephanos
Thanks for the ideas, guys! PS: I found an existing issue that demands the possibility to set environment variables via the admin UI: https://code.google.com/p/googleappengine/issues/detail?id=3383 On Friday, November 15, 2013 10:20:31 PM UTC+1, Alejandro González Rodrigo wrote: > > I use res

Re: [google-appengine] where to put credentials?

2013-11-15 Thread Alejandro González Rodrigo
I use resource files to store credentials and on app start i copy them in to a global config entity en the datastore. I cache it for fast access aswell. Cheers El 15/11/2013 11:19, "stephanos" escribió: > Hi there, > > my project currently stores API keys and other credentials in the source > co

[google-appengine] where to put credentials?

2013-11-15 Thread stephanos
Hi there, my project currently stores API keys and other credentials in the source code. That's far from ideal. In Heroku you can set global environment variables which are a great place to store those sensitive information. So - where do you put your credentials? Cheers Stephan -- You recei