diff --git a/README.md b/README.md index 26d6831..d649896 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ gemini extensions install https://github.com/gemini-cli-extensions/sql-server Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file. ```bash -export MSSQL_HOST="" -export MSSQL_PORT="" +export MSSQL_HOST="" # Optional: defaults to localhost +export MSSQL_PORT="" # Optional: defaults to 1433 export MSSQL_DATABASE="" export MSSQL_USER="" export MSSQL_PASSWORD=""