We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214f84a commit fc2e391Copy full SHA for fc2e391
README.md
@@ -10,8 +10,8 @@ To start the application:
10
11
1. Register a new application on [GitHub](https://github.com/settings/applications/new)
12
- 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
+2. Set the `GITHUB_REDIRECT_URI` environment variable to the callback URL
+3. Set the `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` environment variables
15
4. Install Elixir dependencies with `mix deps.get`
16
5. Install NodeJS dependencies with `npm install`
17
6. Setup the database with `mix ecto.setup`
0 commit comments