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

Replace NEXT_PUBLIC_API_URI instead of API_URI #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. Replace NEXT_PUBLIC_API_URI instead of API_URI

    `PLUNK_API_URI` is a placeholder for `NEXT_PUBLIC_API_URI` inside the Dockerfile. `API_URI` variable could be an internal URI like `http://plunk:3000` while `NEXT_PUBLIC_API_URI` has to be public.
    
    Separating internal and public URI variables can help with performance by avoiding network overhead for server requests.
    
    This commit also solves the issue useplunk#114.
    emreloper authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f6f65a0 View commit details
    Browse the repository at this point in the history