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

Add password environment variable for customizing running tests #1996

Merged
merged 1 commit into from
Jan 23, 2024

Commits on Jan 23, 2024

  1. Add password environment variable for customizing running tests

    In go-pg#1429, environment variables were added to read in postgres
    connection details for customizing tests. This change does the
    same but with a password variable.
    
    It also removes the explicit user and password values from pgOptions,
    as Options init() will set it as postgres anyway if not specified.
    This also enables env variables to be used instead for those values.
    DarrylWong committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7f41625 View commit details
    Browse the repository at this point in the history