malayhm commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js 
framework
URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-536247651
 
 
   > > > Does it require zeppelin server run on localhost:8080 ? Can it work 
against other port ?
   > > 
   > > 
   > > @zjffdu
   > > Yes, it can work against other port numbers.
   > > I have refactored the logic. Port numbers can be configured in .env file.
   > 
   > How to configure that ?
   
   You can change these variables value in `zeppelin-web-vue/.env` file:
   
   ```
   VUE_APP_SERVER_PORT=8080
   VUE_APP_SERVER_SSL_PORT=443
   VUE_APP_WEB_PORT=8081
   ```
   Once you update the value, restart the dev server.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to