We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DEFAULT_SA_PASSWORD
1 parent 9181f82 commit 98429e4Copy full SHA for 98429e4
src/mssql_server/mod.rs
@@ -58,6 +58,8 @@ pub struct MssqlServer {
58
impl MssqlServer {
59
const NAME: &'static str = "mcr.microsoft.com/mssql/server";
60
const TAG: &'static str = "2022-CU14-ubuntu-22.04";
61
+ /// Default Password for `MSSQL_SA_PASSWORD`.
62
+ /// If you want to set your own password, please use [`with_sa_password`]
63
pub const DEFAULT_SA_PASSWORD: &'static str = "yourStrong(!)Password";
64
65
/// Sets the password as `MSSQL_SA_PASSWORD`.
0 commit comments