mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: fix MS SQL connection string
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6607 GitOrigin-RevId: 2884588c41836352b65fe8226f2a91c8bdc525ab
This commit is contained in:
parent
2643fef930
commit
3ceb9171e1
@ -35,7 +35,7 @@ need your ODBC connection string. Make sure that your ODBC driver is set to vers
|
||||
Here's an example of what your connection strings might look like with a SQL server database on Azure SQL Serverless:
|
||||
|
||||
```
|
||||
Driver={ODBC Driver 18 for SQL Server};Server=tcp:<b>hasura-test.database.windows.net</b>,<b>1433</b>;Database=<b>db-name</b>;Uid=<b>username</b>;Pwd=<b>password</b>;Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30;
|
||||
Driver={ODBC Driver 18 for SQL Server};Server=tcp:hasura-test.database.windows.net,1433;Database=db-name;Uid=username;Pwd=password;Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30;
|
||||
```
|
||||
|
||||
:::info Make sure your SQL server database is reachable by Hasura Cloud:
|
||||
|
@ -119,7 +119,7 @@ or a similar CI/CD service to build a custom deployment pipeline for your Hasura
|
||||
|
||||
## How can I preview changes to my Hasura instance?
|
||||
|
||||
With [Preview Apps](/deployment/hasura-cloud/preview-apps.mdx) on Hasura Cloud you can automatically create an app on
|
||||
With [Preview Apps](/deployment/hasura-cloud/ci-cd/preview-apps.mdx) on Hasura Cloud you can automatically create an app on
|
||||
Hasura Cloud for every pull request you make to your GitHub repo enabling quick and easy testing of changes as you work.
|
||||
|
||||
## How would I work collaboratively with my team using Hasura?
|
||||
|
Loading…
Reference in New Issue
Block a user