Skip to content

Commit c6bb251

Browse files
author
Matthew Fisher
committed
fix(controller): add back REGISTRY_URL
1 parent f1f5c8b commit c6bb251

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controller/deis/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278

279279
# registry settings
280280
REGISTRY_MODULE = 'registry.mock'
281+
REGISTRY_URL = 'http://localhost:5000'
281282
REGISTRY_HOST = 'localhost'
282283
REGISTRY_PORT = 5000
283284

0 commit comments

Comments
 (0)