Combine the registry and index processes.
This commit is contained in:
parent
4d6c5b4315
commit
abdf731f7a
4 changed files with 5 additions and 19 deletions
|
@ -14,4 +14,4 @@ class MailConfig(object):
|
|||
|
||||
|
||||
class ProductionConfig(FlaskConfig, MailConfig):
|
||||
pass
|
||||
REGISTRY_SERVER = 'localhost:5000'
|
||||
|
|
Reference in a new issue