From 70b2c3e678f1e0cf23f1df417ec259bc9a3d8993 Mon Sep 17 00:00:00 2001 From: gina-yamada Date: Fri, 15 Nov 2024 14:50:42 -0700 Subject: [PATCH] Update readme to get mock data --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 6b3f36400..b1a741b08 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,7 @@ You can then view the site in your browser at http://localhost:4000 . To get mock data for Post Office Search: -Update identity-idp config/application.yml with: - -``` -in_person_public_address_search_enabled: true -``` - -Then, start identity-idp server locally: +Start identity-idp server locally: ``` make run