mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
console: fix connect db notes content
GitOrigin-RevId: 75cc16950d7be7ad5b52cf266c6c010cb54d53ec
This commit is contained in:
parent
ea6a2c9a14
commit
1b37008a0e
@ -60,13 +60,13 @@ const driverToLabel: Record<
|
||||
label: 'MS SQL Server',
|
||||
defaultConnection: 'DATABASE_URL',
|
||||
info:
|
||||
'Only Database URLs and Environment Variables are available using MS SQL Server',
|
||||
'Only Database URLs and Environment Variables are available for MS SQL Server',
|
||||
},
|
||||
bigquery: {
|
||||
label: 'BigQuery',
|
||||
defaultConnection: 'CONNECTION_PARAMETERS',
|
||||
info:
|
||||
'Only Connection Parameters and Environment Variables are available using BigQuery',
|
||||
'Only Connection Parameters and Environment Variables are available for BigQuery',
|
||||
beta: true,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user