Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug committed Nov 18, 2024
1 parent e106505 commit a22d879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Tenant/utils/schemaQueryTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ CREATE OBJECT secret_name (TYPE SECRET) WITH value="secret_value";
CREATE ASYNC REPLICATION my_replication
FOR \${1:<original_table>} AS \${2:replica_table} --[, \`/remote_database/another_table_name\` AS \`another_local_table_name\` ...]
WITH (
CONNECTION_STRING="grpcs://mydb.ydb.tech:2135/?database=/\${3:<remote_database>}",
CONNECTION_STRING="\${3:grpcs://mydb.ydb.tech:2135/?database=/remote_database}",
TOKEN_SECRET_NAME = "secret_name"
-- ENDPOINT="mydb.ydb.tech:2135",
-- DATABASE=\`\${3:/remote_database}\`,
-- DATABASE=\`/remote_database\`,
-- USER="user",
-- PASSWORD_SECRET_NAME="your_password"
);`;
Expand Down

0 comments on commit a22d879

Please sign in to comment.