Skip to content

Commit

Permalink
Rename SA_PASSWORD to MSSQL_SA_PASSWORD as SA_PASSWORD is deprecated (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jedla97 authored Jul 24, 2024
1 parent 5bd94ab commit daf44c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected void configure() {
acceptLicense();
}

addEnv("SA_PASSWORD", password);
addEnv("MSSQL_SA_PASSWORD", password);
}

/**
Expand Down

0 comments on commit daf44c4

Please sign in to comment.