Skip to content

Commit 38545cf

Browse files
committed
Update env-example for mssql
1 parent bf19ecf commit 38545cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

env-example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ MYSQL_PASSWORD=secret
6969
MYSQL_PORT=3306
7070
MYSQL_ROOT_PASSWORD=root
7171

72+
### MSSQL Container
73+
MSSQL_DATABASE=homestead
74+
MSSQL_PASSWORD=yourStrong(!)Password
75+
MSSQL_PORT=1433
76+
7277
### MARIADB Container
7378
MARIADB_DATABASE=default
7479
MARIADB_USER=default

0 commit comments

Comments
 (0)