Hello

In my TurboGears Webapps I sometimes use internet services which require 
API keys or some other authentication information (for example- Amazon S3 
auth)

Currently I store that information in a few places:

1.       In lib.app_globals inside Globals 

2.       I keep a table in the database, say "config_options_table", and 
use 2 columns - key, value

3.       In the development.ini and production.ini

I wanted to ask, what is the logical or standard place to store that 
information, according to TurboGears design logic?

Thanks for the help

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to