From be354fa790f791e4258baf9e2b383ebb870a54ff Mon Sep 17 00:00:00 2001 From: Nikolay Chechulin Date: Sat, 28 May 2022 11:05:12 +0300 Subject: [PATCH] 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)