X-Git-Url: http://git.veekun.com/zzz-dywypi.git/blobdiff_plain/5a7c4e0242d0ad85d3e295506f3a971f2a526461..2da45a8bcb2831a74310a3c094f567b4027d1989:/plugins/Pokedex/config.py diff --git a/plugins/Pokedex/config.py b/plugins/Pokedex/config.py index 8a4b079..9e538ea 100644 --- a/plugins/Pokedex/config.py +++ b/plugins/Pokedex/config.py @@ -1,3 +1,4 @@ +# encoding: utf8 ### # Copyright (c) 2010, Alex Munroe # All rights reserved. @@ -41,9 +42,9 @@ def configure(advanced): Pokedex = conf.registerPlugin('Pokedex') -# This is where your configuration variables (if any) should go. For example: -# conf.registerGlobalValue(Pokedex, 'someConfigVariableName', -# registry.Boolean(False, """Help for someConfigVariableName.""")) +conf.registerGlobalValue(Pokedex, 'databaseURL', + registry.String('', """SQLAlchemy-compatible URL to the pokedex + database.""")) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: