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

Fix multi-process image when not specifying POSTGRES_PORT_5432_TCP_ADDR #1922

Merged
merged 2 commits into from
Mar 17, 2017

Commits on Mar 5, 2017

  1. Fix multi-process image when not specifying POSTGRES_PORT_5432_TCP_ADDR

    When `DATABASE_ADAPTER` is set to `postgresql` we do not need to start
    the internal mysql daemon. The same is true when `DATABASE_ADAPTER` is
    set to `mysql2` and `DATABASE_HOST` is set.
    
    Fixes huginn#1921
    dsander committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    39a4762 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    b61c6c6 View commit details
    Browse the repository at this point in the history