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 committed Jul 24, 2024
1 parent 418bf9f commit 8da860c
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 8da860c

Please sign in to comment.