Skip to content

Commit

Permalink
swap .sample.env for .env.sample in guide (#7340)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinloretz authored Jan 10, 2025
1 parent 262c864 commit bc8fdd4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bc8fdd4

Please sign in to comment.