Combine the registry and index processes.

This commit is contained in:
yackob03 2013-09-30 14:39:10 -04:00
parent 4d6c5b4315
commit abdf731f7a
4 changed files with 5 additions and 19 deletions

View file

@ -14,4 +14,4 @@ class MailConfig(object):
class ProductionConfig(FlaskConfig, MailConfig):
pass
REGISTRY_SERVER = 'localhost:5000'