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

Removed hard-coded Postgresql port #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on May 23, 2019

  1. Removed hard-coded Postgresql port

    Running multiple postgres containers in docker I needed the ability to choose specific ports instead of just 5432.  This minor tweak remedies this.
    pl77 authored May 23, 2019
    Configuration menu
    Copy the full SHA
    b2f12b7 View commit details
    Browse the repository at this point in the history
  2. Added missing variable to hardcoded port removal

    Oops, missed this change. Maybe double-check in your IDE to make sure it didn't accidentally add tabs when I pasted it as well?  This quick change was just edited directly in the Github repo.
    pl77 authored May 23, 2019
    Configuration menu
    Copy the full SHA
    6c948a5 View commit details
    Browse the repository at this point in the history