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 5f8dca9 commit 8c1e926Copy full SHA for 8c1e926
app-install/app-install.sh
@@ -1,5 +1,5 @@
1
-# App key defined for this sample app
2
-APP_KEY=com.atlassian.sample-app-node
+# App key defined for this example app
+APP_KEY=com.example.node-connect-app
3
# Fetching the new ngrok URL, not fetching the one from the .env because its not updated
4
BASE_URL=$(curl --silent http://tunnel:4040/api/tunnels | jq -r '.tunnels[] | select(.proto == "https") | .public_url')
5
0 commit comments