Skip to content

Commit

Permalink
Merge pull request #1226 from jedla97/mssql-password
Browse files Browse the repository at this point in the history
Rename SA_PASSWORD to MSSQL_SA_PASSWORD as SA_PASSWORD is deprecated
  • Loading branch information
michalvavrik authored Jul 24, 2024
2 parents edb221e + 8da860c commit c79ff03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected String getJdbcName() {

@Override
public SqlServerService onPreStart(Action action) {
withProperty("SA_PASSWORD", getPassword());
withProperty("MSSQL_SA_PASSWORD", getPassword());
withProperty("ACCEPT_EULA", "Y");
return super.onPreStart(action);
}
Expand Down

0 comments on commit c79ff03

Please sign in to comment.