Skip to content

Commit fc2e391

Browse files
committed
correct env vars in README
1 parent 214f84a commit fc2e391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To start the application:
1010

1111
1. Register a new application on [GitHub](https://github.com/settings/applications/new)
1212
- Enter http://lvh.me:4000/auth/github/callback for the Authorization callback URL
13-
2. Set the `REDIRECT_URI` environment variable to the callback URL
14-
3. Set the `CLIENT_ID` and `CLIENT_SECRET` environment variables
13+
2. Set the `GITHUB_REDIRECT_URI` environment variable to the callback URL
14+
3. Set the `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` environment variables
1515
4. Install Elixir dependencies with `mix deps.get`
1616
5. Install NodeJS dependencies with `npm install`
1717
6. Setup the database with `mix ecto.setup`

0 commit comments

Comments
 (0)