Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use inbuilt frontend dev server to proxy API instead of Nginx #199

Merged
merged 1 commit into from
Oct 4, 2020

Commits on Oct 2, 2020

  1. fix: use inbuilt frontend dev server to proxy API

    Vue's inbuilt dev server can be configured to proxy API for
    development instead of directing developers to setup Nginx proxy.
    Additionally this commit also adds an option to configure frontend port
    on which dev server runs. Sample env config file is under
    `frontend/.env.sample`, it can be copied to either `frontend/.env` or `frontend/.env.local`.
    
    Available options are
    
    LISTMONK_FRONTEND_PORT - Configure frontend dev server port (defaults to 8080)
    LISTMONK_API_URL - Configure API server URL (defaults to http://127.0.0.1:9000)
    
    Since env variables are sourced to current session we are prefixing it with `LISTMONK_`.
    vividvilla committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    6c234f1 View commit details
    Browse the repository at this point in the history