From 81357a7dba861d57de453edf980fc798958922ec Mon Sep 17 00:00:00 2001 From: schultztimothy Date: Thu, 1 Jun 2023 11:03:34 -0600 Subject: [PATCH] chore(docs): add CERAMIC_CACHE_SCORER_ID instructions --- SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SETUP.md b/SETUP.md index 05591da7e..d716e15e1 100644 --- a/SETUP.md +++ b/SETUP.md @@ -28,9 +28,9 @@ cd api cp .env-sample .env ``` -Be sure to check that you updated the `DATABASE_URL` in the `api/.env` file to point at the postgres database that will be created with docker. +`CERAMIC_CACHE_SCORER_ID` is a required environment variable when using the scorer api as a data source for the passport application. It should correspond to a scorer you create from the scorer UI. -2. Run and build the `Dockerfile`s. The first time you run this, it will take +2. Run and build the `Dockerfile`. The first time you run this, it will take a while to build the Docker images. ```