From be354fa790f791e4258baf9e2b383ebb870a54ff Mon Sep 17 00:00:00 2001 From: Nikolay Chechulin Date: Sat, 28 May 2022 11:05:12 +0300 Subject: [PATCH 1/2] elaborate on cloud server API URL Personally, for me, it was slightly unclear which URL has to be pasted. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 236c225..40a8636 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Wakapi relies on the open-source [WakaTime](https://github.com/wakatime/wakatime ```ini [settings] -# Your Wakapi server URL or 'https://wakapi.dev' when using the cloud server +# Your Wakapi server URL or 'https://wakapi.dev/api/heartbeat' when using the cloud server api_url = http://localhost:3000/api/heartbeat # Your Wakapi API key (get it from the web interface after having created an account) From af89ecc9c13ee838374ed64dbb184044736ef481 Mon Sep 17 00:00:00 2001 From: Nikolay Chechulin Date: Sun, 29 May 2022 15:43:59 +0300 Subject: [PATCH 2/2] update client configuration URLs for the new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40a8636..fd7ecd5 100644 --- a/README.md +++ b/README.md @@ -123,8 +123,8 @@ Wakapi relies on the open-source [WakaTime](https://github.com/wakatime/wakatime ```ini [settings] -# Your Wakapi server URL or 'https://wakapi.dev/api/heartbeat' when using the cloud server -api_url = http://localhost:3000/api/heartbeat +# Your Wakapi server URL or 'https://wakapi.dev/api' when using the cloud server +api_url = http://localhost:3000/api # Your Wakapi API key (get it from the web interface after having created an account) api_key = 406fe41f-6d69-4183-a4cc-121e0c524c2b