Skip to content

Commit a22d879

Browse files
committed
fix: review
1 parent e106505 commit a22d879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/Tenant/utils/schemaQueryTemplates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ CREATE OBJECT secret_name (TYPE SECRET) WITH value="secret_value";
6666
CREATE ASYNC REPLICATION my_replication
6767
FOR \${1:<original_table>} AS \${2:replica_table} --[, \`/remote_database/another_table_name\` AS \`another_local_table_name\` ...]
6868
WITH (
69-
CONNECTION_STRING="grpcs://mydb.ydb.tech:2135/?database=/\${3:<remote_database>}",
69+
CONNECTION_STRING="\${3:grpcs://mydb.ydb.tech:2135/?database=/remote_database}",
7070
TOKEN_SECRET_NAME = "secret_name"
7171
-- ENDPOINT="mydb.ydb.tech:2135",
72-
-- DATABASE=\`\${3:/remote_database}\`,
72+
-- DATABASE=\`/remote_database\`,
7373
-- USER="user",
7474
-- PASSWORD_SECRET_NAME="your_password"
7575
);`;

0 commit comments

Comments
 (0)