@@ -199,6 +199,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
199199| ` AZURE_POSTGRESQL_CONNECTIONSTRING ` | Ruby PostgreSQL connection string | ` host=<your-postgres-server-name>.postgres.database.azure.com port=5432 dbname=<database-name> sslmode=require user=<username> ` |
200200
201201#### [ Other] ( #tab/none )
202+
202203| Default environment variable name | Description | Example value |
203204| --------------------------------- | ----------------- | -------------------------------------------------------- |
204205| ` AZURE_POSTGRESQL_HOST ` | Database host URL | ` <PostgreSQL-server-name>.postgres.database.azure.com ` |
@@ -207,6 +208,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
207208| ` AZURE_POSTGRESQL_PORT ` | Port number | ` 5432 ` |
208209| ` AZURE_POSTGRESQL_SSL ` | SSL option | ` true ` |
209210| ` AZURE_POSTGRESQL_CLIENTID ` | Your client ID | ` <identity-client-ID> ` |
211+
210212---
211213
212214#### Sample code
@@ -281,6 +283,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
281283| ` AZURE_POSTGRESQL_CONNECTIONSTRING ` | Ruby PostgreSQL connection string | ` host=<your-postgres-server-name>.postgres.database.azure.com port=5432 dbname=<database-name> sslmode=require user=<username> password=<password> ` |
282284
283285#### [ Other] ( #tab/none )
286+
284287| Default environment variable name | Description | Example value |
285288| --------------------------------- | ----------------- | -------------------------------------------------------- |
286289| ` AZURE_POSTGRESQL_HOST ` | Database host URL | ` <PostgreSQL-server-name>.postgres.database.azure.com ` |
@@ -289,6 +292,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
289292| ` AZURE_POSTGRESQL_PORT ` | Port number | ` 5432 ` |
290293| ` AZURE_POSTGRESQL_SSL ` | SSL option | ` true ` |
291294| ` AZURE_POSTGRESQL_PASSWORD ` | Database password | ` <password> ` |
295+
292296---
293297
294298#### Sample code
@@ -388,16 +392,17 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL us
388392| ` AZURE_POSTGRESQL_CONNECTIONSTRING ` | Ruby PostgreSQL connection string | ` host=<your-postgres-server-name>.postgres.database.azure.com port=5432 dbname=<database-name> sslmode=require user=<username> ` |
389393
390394#### [ Other] ( #tab/none )
395+
391396| Default environment variable name | Description | Example value |
392397| --------------------------------- | ----------------- | -------------------------------------------------------- |
393398| ` AZURE_POSTGRESQL_HOST ` | Database host URL | ` <PostgreSQL-server-name>.postgres.database.azure.com ` |
394399| ` AZURE_POSTGRESQL_USERNAME ` | Database username | ` <username> ` |
395400| ` AZURE_POSTGRESQL_DATABASE ` | Database name | ` <database-name> ` |
396401| ` AZURE_POSTGRESQL_PORT ` | Port number | ` 5432 ` |
397402| ` AZURE_POSTGRESQL_SSL ` | SSL option | ` true ` |
398- | ` AZURE_POSTGRESQL_CLIENTID ` | Your client ID | ` <identity-client-ID> ` |
399- | ` AZURE_POSTGRESQL_CLIENTSECRET ` | Your client secret | ` <client-secret> ` |
400- | ` AZURE_POSTGRESQL_TENANTID ` | Your tenant ID | ` <tenant-ID> ` |
403+ | ` AZURE_POSTGRESQL_CLIENTID ` | Your client ID | ` <identity-client-ID> ` |
404+ | ` AZURE_POSTGRESQL_CLIENTSECRET ` | Your client secret | ` <client-secret> ` |
405+ | ` AZURE_POSTGRESQL_TENANTID ` | Your tenant ID | ` <tenant-ID> ` |
401406
402407---
403408
0 commit comments