From 6fbfdd02f63c80b152d91db80e3e37cee5a563c8 Mon Sep 17 00:00:00 2001 From: Rushaine McBean Date: Tue, 30 Apr 2019 14:29:37 -0400 Subject: [PATCH] Updates links within repo README for setting up environment variables (#2628) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 476d617eb..269e06a3c 100644 --- a/README.md +++ b/README.md @@ -156,8 +156,8 @@ This section provides a high-level requirement & quick start guide. For detailed 1. Clone your forked repository, ie. `git clone https://github.com//dev.to.git` 1. Set up your environment variables/secrets - - Take a look at `Envfile`. This file lists all the `ENV` variables we use and provides a fake default for any missing keys. You'll need to get your own free [Algolia credentials](http://docs.dev.to/get-api-keys-dev-env/#algolia) to get your development environment running. - - This [guide](http://docs.dev.to/get-api-keys-dev-env/) will show you how to get free API keys for additional services that may be required to run certain parts of the app. + - Take a look at `Envfile`. This file lists all the `ENV` variables we use and provides a fake default for any missing keys. You'll need to get your own free [Algolia credentials](https://docs.dev.to/backend/algolia/) to get your development environment running. + - This [guide](https://docs.dev.to/backend/) will show you how to get free API keys for additional services that may be required to run certain parts of the app. - For any key that you wish to enter/replace: 1. Create `config/application.yml` by copying from the provided template (ie. with bash: `cp config/sample_application.yml config/application.yml`). This is a personal file that is ignored in git. 2. Obtain the development variable and apply the key you wish to enter/replace. ie: