Skip to content

Commit

Permalink
configuration from environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed Aug 27, 2012
1 parent f2d1719 commit 9cd7121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regenwolken/__init__.py
Expand Up @@ -35,7 +35,7 @@ def __init__(self):

flask.Flask.__init__(self, __name__)
self.config.from_object('regenwolken.utils.conf')
self.config.from_pyfile('../regenwolken.cfg', silent=True)
self.config.from_envvar('REGENWOLKEN_SETTINGS', silent=True)

self.setup_routes()
self.setup_mongodb()
Expand Down

0 comments on commit 9cd7121

Please sign in to comment.