Hey Frederik, Usually it shouldn't be a problem to include credentials in your deployed package so long as you ignore it from tracking by your source control tool ( gitignore <http://git-scm.com/docs/gitignore>).
This is my advice on how to avoid storing credentials in your source control system. Best wishes, Nick On Saturday, September 19, 2015 at 2:20:37 PM UTC-4, Frederik Creemers wrote: > > It's not good practice to store credentials in your source code > repository, but App Engine has no other way to inject these into your app. > Something like heroku's config variables would be great, or is there an > existing way to do this that I'm not aware of? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e5a4cd72-c180-4346-93c6-8afff467e4ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
