From 38545cfffdd59f422aaee3b092cfcad71bdaf586 Mon Sep 17 00:00:00 2001 From: ZeroC0D3 Team Date: Sun, 26 Mar 2017 07:28:04 +0700 Subject: [PATCH] Update env-example for mssql --- env-example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/env-example b/env-example index 4160e115..bddf0d86 100644 --- a/env-example +++ b/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