RoundhouseSettings.

Environment Property

Summary

Gets or sets the environment for RH to be scoped.

Syntax

public string Environment { get; set; }

Value

Type Description
string This allows RH to be environment aware and only run scripts that are in a particular environment based on the naming of the script. LOCAL.something**.ENV.**sql would only be run in the LOCAL environment.