From 7046d61a2cd59ed2566760c32db3bf74cab5e7fe Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 6 Sep 2023 13:35:28 +1000 Subject: [PATCH] chore: update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 993ef0d..f4f71f7 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ You should change `Kinde config` in the `config/prod/default.inc.php`: ``` ... 'kinde' => [ - 'HOST' => 'YOUR_KINDE_HOST', + 'HOST' => 'https://.kinde.com', 'REDIRECT_URL' => 'http://localhost:8888/callback', // Please make sure that the value has already been configured in the Kinde 'LOGOUT_REDIRECT_URL' => 'http://localhost:8888', // Please make sure that the value has already been configured in the Kinde - 'CLIENT_ID' => 'YOUR_KINDE_CLIENT_ID', - 'CLIENT_SECRET' => 'YOUR_KINDE_CLIENT_SECRET', + 'CLIENT_ID' => '', + 'CLIENT_SECRET' => '', ] ... ``` @@ -46,4 +46,4 @@ $ php -S localhost:8888 -t public Now, you can open the browser and go to http://localhost:8888 -For more information, please checkout `src/Api/Main.php` \ No newline at end of file +For more information, please checkout `src/Api/Main.php`