Skip to content

Commit 8c1e926

Browse files
committed
- APP key updated in the app-install.sh
1 parent 5f8dca9 commit 8c1e926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-install/app-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# App key defined for this sample app
2-
APP_KEY=com.atlassian.sample-app-node
1+
# App key defined for this example app
2+
APP_KEY=com.example.node-connect-app
33
# Fetching the new ngrok URL, not fetching the one from the .env because its not updated
44
BASE_URL=$(curl --silent http://tunnel:4040/api/tunnels | jq -r '.tunnels[] | select(.proto == "https") | .public_url')
55

0 commit comments

Comments
 (0)