Simplify logic when creating a new installer; no longer requires an entire server object be passed.
This commit is contained in:
@@ -35,8 +35,6 @@ type Configuration struct {
|
||||
// server, specific installation scripts will be skipped for the server process.
|
||||
SkipEggScripts bool `json:"skip_egg_scripts"`
|
||||
|
||||
StartOnCompletion bool `json:"start_on_completion"`
|
||||
|
||||
// An array of environment variables that should be passed along to the running
|
||||
// server process.
|
||||
EnvVars environment.Variables `json:"environment"`
|
||||
|
||||
Reference in New Issue
Block a user