We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5983e48 commit 4b587e2Copy full SHA for 4b587e2
v1-to-v2-data-migration/fetch-and-transform.ipynb
@@ -13,8 +13,8 @@
13
"// Support command line arguments when running as a script\n",
14
"const RECORD_ID = Deno?.args?.[0] || DEFAULT_RECORD_ID;\n",
15
"const domain = Deno?.args?.[1] || 'localhost';\n",
16
- "const GATEWAY = `http://${domain.includes('localhost') ? domain : `gateway.${domain}`}`;\n",
17
- "const REGISTER_APP = `http://${domain.includes('localhost') ? domain : `register.${domain}`}`;\n"
+ "const GATEWAY = `http://${domain.includes('localhost') ? `${domain}:7070` : `gateway.${domain}`}`;\n",
+ "const REGISTER_APP = `http://${domain.includes('localhost') ? `${domain}:3000` : `register.${domain}`}`;\n"
18
]
19
},
20
{
0 commit comments