Configured in Ubuntu of superset, unable to star with my own ip address. Its taking default ip address i.e http://127.0.0.1:8088/.
Asked
Active
Viewed 1,046 times
2 Answers
0
Use gunicorn. For example:
$ gunicorn -w 4 -b <your_ip_addr>:<port_num> "superset:app"

rniamke
- 1
- 1