Adjustments for running the new unified pillar

This commit is contained in:
2016-08-04 16:02:14 +02:00
parent 6ab2709cc4
commit 6476f7c7b4

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env python
from pillar_server import PillarServer
from pillar import PillarServer
app = PillarServer('.')
app.process_extensions()
if __name__ == '__main__':
app.run('::0', 5000, debug=True)
app.run('::0', 5001, debug=True)