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

Reorganise h's config files #8386

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Reorganise h's config files #8386

merged 1 commit into from
Jan 2, 2024

Commits on Jan 2, 2024

  1. Reorganise h's config files

    This commit reorganises h's `conf/` directory following a schema that I
    plan to apply to our cookiecutter and the rest of our apps.
    
    h's `conf/` directory presents some unique problems that don't apply to
    our other apps because it has some extra configuration files that our
    other apps don't have:
    
    * Several `conf/*websocket*` config files for h's separate websocket
      app, which even needs an extra set of config files for when it's
      running in "monolithic" mode (used by `make run-docker` in development
      and in the Canada production environment).
    * `websocket-newrelic.ini`: a New Relic configuration used by h's
      separate websocket app
    * An `nginx.conf` file used by h's "internal" NGINX instance in
      production (there's no NGINX in h's development environment)
    seanh committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b11e61e View commit details
    Browse the repository at this point in the history