From edbbff304484538d63c40fff15b6dbc8dd7b64ff Mon Sep 17 00:00:00 2001 From: Sam ONeill Date: Tue, 8 Feb 2022 14:30:38 +1300 Subject: [PATCH] updates readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccdfa6b..d53f69f 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Development configs and docker files can be quickly restored using: chmod +x ./development/development.sh && ./development/development.sh ``` -This creates a partial `.env` file, but you will need to add your CCP SSO client and keys manually. +This creates a partial `.env` file, but you will need to add your CCP SSO client and keys manually, if you want to copy development files without overwriting your .env file add the flag `--noenv` when running the script. It's best to create a new SSO application for development work, so that you can set the callback url to `https://localhost/sso/callbackAuthorization`.