Adjustments for running the new unified pillar
This commit is contained in:
4
cloud.py
4
cloud.py
@@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from pillar_server import PillarServer
|
from pillar import PillarServer
|
||||||
|
|
||||||
app = PillarServer('.')
|
app = PillarServer('.')
|
||||||
app.process_extensions()
|
app.process_extensions()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run('::0', 5000, debug=True)
|
app.run('::0', 5001, debug=True)
|
||||||
|
Reference in New Issue
Block a user