Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/tutorials/Developing_a_User_Installable_App.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ While we're in your app's settings, we'll want to get a few sensitive values for
> warn
> Your token is used to authorize API requests and carry your app's permissions, so they are *highly* sensitive. Make sure to never share your token or check it into any kind of version control.

Back in your project folder, rename the `.sample.env` file to `.env`. `.env` is where we'll store all of your app's credentials.
Back in your project folder, rename the `.env.sample` file to `.env`. `.env` is where we'll store all of your app's credentials.

We'll need three values from your app's settings for your `.env` file:

Expand Down
Loading