0

Very close to using superset on windows 10. How do I configure superset to run on 127.0.0.1 instead of 0.0.0.0?

(Python34) E:\Miniconda3\Scripts>fabmanager run --app superset 2018-02-24 15:25:59,755:INFO:werkzeug: * Restarting with stat 2018-02-24 15:26:07,469:WARNING:werkzeug: * Debugger is active! 2018-02-24 15:26:07,475:INFO:werkzeug: * Debugger PIN: 767-541-664 2018-02-24 15:26:07,513:INFO:werkzeug: * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)

user1878647
  • 131
  • 1
  • 7

1 Answers1

0

It already is running on localhost. Just you can also access it from other machines in the same network

See Flask AppBuilder

fabmanager run

You now have a running development server on http://localhost:8080.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245