File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ gemini extensions install https://github.com/gemini-cli-extensions/sql-server
4343
4444Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a ` .env ` file.
4545
46- * ` MSSQL_HOST ` : The hostname or IP address of the SQL Server.
47- * ` MSSQL_PORT ` : The port number of the SQL Server.
48- * ` MSSQL_DATABASE ` : The name of the database to connect to.
49- * ` MSSQL_USER ` : The username for authentication.
50- * ` MSSQL_PASSWORD ` : The password for authentication.
46+ ``` bash
47+ export MSSQL_HOST=" <your-sql-server-host>"
48+ export MSSQL_PORT=" <your-sql-server-port>"
49+ export MSSQL_DATABASE=" <your-database-name>"
50+ export MSSQL_USER=" <your-database-user>"
51+ export MSSQL_PASSWORD=" <your-database-password>"
52+ ```
5153
5254### Start Gemini CLI
5355
You can’t perform that action at this time.
0 commit comments