diff --git a/docs/get-api-keys-dev-env.md b/docs/get-api-keys-dev-env.md index b665f3ce5..f6ab7b5dd 100644 --- a/docs/get-api-keys-dev-env.md +++ b/docs/get-api-keys-dev-env.md @@ -25,9 +25,11 @@ Choose OAuth or Email Sign Up 7. Change your keys accordingly (name of Algolia key -> name of our application key): -- `Application ID -> ALGOLIASEARCH_APPLICATION_ID` -- `Search-Only API Key -> ALGOLIASEARCH_SEARCH_ONLY_KEY` -- `Admin API KEY -> ALGOLIASEARCH_API_KEY` +``` +Application ID -> ALGOLIASEARCH_APPLICATION_ID +Search-Only API Key -> ALGOLIASEARCH_SEARCH_ONLY_KEY +Admin API KEY -> ALGOLIASEARCH_API_KEY +``` ![screen shot 2018-05-02 at 4 26 27 pm](https://user-images.githubusercontent.com/17884966/39547471-b24f2e36-4e25-11e8-9a0e-b988d6a8253f.png) @@ -62,9 +64,11 @@ Choose OAuth or Email Sign Up 7. Change your keys accordingly (name of Algolia key -> name of our application key): -- `Application ID -> ALGOLIASEARCH_APPLICATION_ID` -- `Search-Only API Key -> ALGOLIASEARCH_SEARCH_ONLY_KEY` -- `Admin API KEY -> ALGOLIASEARCH_API_KEY` +``` +Application ID -> ALGOLIASEARCH_APPLICATION_ID +Search-Only API Key -> ALGOLIASEARCH_SEARCH_ONLY_KEY +Admin API KEY -> ALGOLIASEARCH_API_KEY +``` ![screen shot 2018-05-02 at 4 26 27 pm](https://user-images.githubusercontent.com/17884966/39547471-b24f2e36-4e25-11e8-9a0e-b988d6a8253f.png) @@ -92,8 +96,10 @@ The only important field is the "Callback URL" `http://localhost:3000/users/auth 5. Change your keys accordingly: (name of Twitter key -> name of our application key): -- `Access Token -> TWITTER_KEY` -- `Access Token Secret -> TWITTER_SECRET` +``` +Access Token -> TWITTER_KEY +Access Token Secret -> TWITTER_SECRET +``` 6. Done! @@ -104,8 +110,10 @@ The only important field is the "Callback URL" `http://localhost:3000/users/auth ![screen shot 2018-04-26 at 4 08 01 pm](https://user-images.githubusercontent.com/17884966/39329488-77cbf554-496c-11e8-941e-dd257b5223ee.png) 3. Change your keys accordingly; (name of GitHub key -> name of our application key): -- `Client ID -> GITHUB_KEY` -- `Client Secret -> GITHUB_SECRET` +``` +Client ID -> GITHUB_KEY +Client Secret -> GITHUB_SECRET +``` 4. Done! @@ -133,9 +141,11 @@ The only important field is the "Callback URL" `http://localhost:3000/users/auth 6. Change your keys accordingly: (name of Stream key -> name of our application key): -- `Key -> STREAM_RAILS_KEY` -- `Secret -> STREAM_RAILS_SECRET` -- `"https://us-east-api.stream-io-api.com/api/v1.0/" -> STREAM_URL` +``` +Key -> STREAM_RAILS_KEY +Secret -> STREAM_RAILS_SECRET +"https://us-east-api.stream-io-api.com/api/v1.0/" -> STREAM_URL +``` 7. Done! @@ -152,9 +162,11 @@ The only important field is the "Callback URL" `http://localhost:3000/users/auth 4. Change your keys accordingly (name of Pusher key -> name of our application key): -- `app_id -> PUSHER_APP_ID` -- `key -> PUSHER_KEY` -- `secret -> PUSHER_SECRET` -- `cluster -> PUSHER_CLUSTER` +``` +app_id -> PUSHER_APP_ID +key -> PUSHER_KEY +secret -> PUSHER_SECRET +cluster -> PUSHER_CLUSTER +``` 5. Done!