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

docs: envs documentation #49

Closed
wants to merge 7 commits into from

Commits on Sep 14, 2023

  1. docs: add .env.example

    rixcian committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    765c52a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbe3bd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix(envoy): use 30 second cache control header for proxied requests P…

    …E-4552
    
    When using a CDN we want to make sure that we do not use a long cache
    duration for endpoints like `/current_block` and `/height` where the
    response changes as each new block is produced.
    
    This change adds a Cache-Control max-age of 30 seconds for all proxied
    requests. In the future we will adjust this to be route specific
    (responses for block and TX by ID can be cached longer).
    djwhitt authored and rixcian committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    81e10b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfae93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad51cfe View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. docs: add missing envs

    rixcian committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    1b02cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ab33e View commit details
    Browse the repository at this point in the history