From 74ce03aabb257a6ac15955edb45cf069aabdd681 Mon Sep 17 00:00:00 2001 From: Alexandra Hobbs <ahobbs@contractor.usgs.gov> Date: Mon, 9 Dec 2024 13:23:38 -0700 Subject: [PATCH] add space for readability --- localdev/local_development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/localdev/local_development.md b/localdev/local_development.md index 9dfd6c38..8f8405fa 100644 --- a/localdev/local_development.md +++ b/localdev/local_development.md @@ -14,6 +14,7 @@ For windows development: 1. Install Docker on WSL2. You can find instructions [here](https://docs.docker.com/engine/install/ubuntu/). For both OS: + Add the following env vars to your .bashrc or .zshrc or an .env file. See the instructions [here](../docs/metadata_webservice.md) for instructions on creating the OPENID_CLIENT_ID and OPENID_CLIENT_SECRET. The rest of the values can be set to strings of your choice. If you set the values in your .bashrc or .zshrc, run the source command to pick up the new values (ex `source ~/.bashrc`). ``` export OPENID_CLIENT_ID="" -- GitLab