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

Allow more flexible environment settings #146

Merged
merged 4 commits into from
Aug 20, 2019
Merged

Commits on Jul 13, 2019

  1. Read environment settings from system properties or environment varia…

    …bles
    
    Testing only system properties.
    If I found a good way to prepare environment variables, I'll add it later.
    harawata committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    224aac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8a4d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Read user defined variables from environment variables and system pro…

    …perties
    
    Variables must be declared with a name with prefix (e.g. `MIGRATIONS_VAR1`).
    The name is converted to lower case (e.g. `MIGRATIONS_VAR1` -> `var1`).
    harawata committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    69c6b9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf593c4 View commit details
    Browse the repository at this point in the history