Browse Source

Update env-example for mssql

ZeroC0D3 Team 8 years ago
parent
commit
38545cfffd
1 changed files with 5 additions and 0 deletions
  1. 5 0
      env-example

+ 5 - 0
env-example

@@ -69,6 +69,11 @@ MYSQL_PASSWORD=secret
 MYSQL_PORT=3306
 MYSQL_ROOT_PASSWORD=root
 
+### MSSQL Container
+MSSQL_DATABASE=homestead
+MSSQL_PASSWORD=yourStrong(!)Password
+MSSQL_PORT=1433
+
 ### MARIADB Container
 MARIADB_DATABASE=default
 MARIADB_USER=default