2011/7/20 yunus emre yılmaz <m...@emreyilmaz.me>:
> I have seperate configurations for seperate environments like
> (development, testing, production).
>
> How do you handle this in your  applications? i had searched the docs
> but could not get any useful information about that.
>
> Here is how flask handles it: http://flask.pocoo.org/docs/config/
>
> I have started a configuration module for configuration handling in
> web.py applications (based on operating system's environment
> variables). but i am open to other best practices, examples, etc.

I usually have a sitename.yml file with configuration and and I update
web.config with that.

Anand

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to