Skip to content

Commit

Permalink
made sure to add documentation for DEFAULT_SA_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 25, 2024
1 parent 9181f82 commit 98429e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mssql_server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ pub struct MssqlServer {
impl MssqlServer {
const NAME: &'static str = "mcr.microsoft.com/mssql/server";
const TAG: &'static str = "2022-CU14-ubuntu-22.04";
/// Default Password for `MSSQL_SA_PASSWORD`.
/// If you want to set your own password, please use [`with_sa_password`]
pub const DEFAULT_SA_PASSWORD: &'static str = "yourStrong(!)Password";

/// Sets the password as `MSSQL_SA_PASSWORD`.
Expand Down

0 comments on commit 98429e4

Please sign in to comment.