On Sat, Jan 24, 2009 at 7:41 AM, thebrianschott <[email protected]> wrote:
> I think I can save my secret key in a static file that is not "add"ed > to the svn and I was told by David that everything (source, etc) is > secreat that is committed to the appspot. So as long as the static > file is not "add"ed to the svn, it's secure, isn't it? If it's in a static place (i.e. you use static_files or static_dir directives in app.yaml), it'll be accessible by any web user. Nothing else is directly accessible, though, so you'd be fine. Dave. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
