Skip to content

Commit 98429e4

Browse files
made sure to add documentation for DEFAULT_SA_PASSWORD
1 parent 9181f82 commit 98429e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mssql_server/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ pub struct MssqlServer {
5858
impl MssqlServer {
5959
const NAME: &'static str = "mcr.microsoft.com/mssql/server";
6060
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`]
6163
pub const DEFAULT_SA_PASSWORD: &'static str = "yourStrong(!)Password";
6264

6365
/// Sets the password as `MSSQL_SA_PASSWORD`.

0 commit comments

Comments
 (0)