Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NONE: Update the app key for local development #243

Merged
merged 3 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
# 3. Use a created domain as APP_URL (e.g., https://foo-bar-baz.ngrok-free.app).
APP_URL=
# A unique key to identify the app.
# Use the default value, which corresponds to the app key in Atlassian Marketplace, or a custom one (e.g., `com.figma.jira-add-on-jsmith`)
# if you need to install a locally running app side by side with the one from Atlassian Marketplace.
# See for more detail: https://developer.atlassian.com/cloud/jira/platform/connect-app-descriptor/
APP_KEY=com.figma.jira-add-on-dev
APP_KEY=com.figma.jira-add-on

# A port the server should listen on.
SERVER_PORT=3000
Expand Down
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_URL=https://figma-for-jira.figma.com
APP_KEY=com.figma.jira-add-on-dev-test
APP_KEY=com.figma.jira-add-on

SERVER_PORT=3000

Expand Down
Loading