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

Use username & password (from env vars) for Mongo #336

Merged
merged 3 commits into from
May 20, 2024

Commits on May 20, 2024

  1. Use username & password (from env vars) for Mongo

    Mongo connections can now use a username and password, specified by
    enviornment variables. If the environment variables are not present or
    are empty, then no authentication parameters are sent to Mongo.
    rmunn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    38e4234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e14d2 View commit details
    Browse the repository at this point in the history
  3. Fix connection string format

    rmunn committed May 20, 2024
    Configuration menu
    Copy the full SHA
    871ea68 View commit details
    Browse the repository at this point in the history