From c6a6e9fcf40f416ad7152b58ac06239d970cce25 Mon Sep 17 00:00:00 2001 From: mayne Date: Mon, 5 Aug 2019 02:01:19 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fd9ca4..bac2a92 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ cp config.sample.ini config.ini 2. chrome extension config -+ server: default `127.0.0.1:5000` (flask default) -+ auth_code: same as backend config (nobody knows but you) - ++ serverHost: If you run the backend service locally, it should be http://127.0.0.1:5000 ++ authToken: Same as `conf.ini > security > auth_token` (nobody knows but you) ++ actionTableUrl: Where dynamic task code is (a notion table browser url) ### Run