mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
docs: update backwards-compatible api url in readme
This commit is contained in:
parent
c962a3891d
commit
0542813ed6
@ -132,8 +132,8 @@ Wakapi relies on the open-source [WakaTime](https://github.com/wakatime/wakatime
|
|||||||
```ini
|
```ini
|
||||||
[settings]
|
[settings]
|
||||||
|
|
||||||
# Your Wakapi server URL or 'https://wakapi.dev/api' when using the cloud server
|
# Your Wakapi server URL or 'https://wakapi.dev' when using the cloud server
|
||||||
api_url = http://localhost:3000/api
|
api_url = http://localhost:3000/api/heartbeat
|
||||||
|
|
||||||
# Your Wakapi API key (get it from the web interface after having created an account)
|
# Your Wakapi API key (get it from the web interface after having created an account)
|
||||||
api_key = 406fe41f-6d69-4183-a4cc-121e0c524c2b
|
api_key = 406fe41f-6d69-4183-a4cc-121e0c524c2b
|
||||||
|
@ -212,7 +212,8 @@
|
|||||||
# <strong>Step 2:</strong> Adapt your config<br>
|
# <strong>Step 2:</strong> Adapt your config<br>
|
||||||
$ vi ~/.wakatime.cfg<br>
|
$ vi ~/.wakatime.cfg<br>
|
||||||
|
|
||||||
# Set <em>api_url = <span class="with-url-inner">%s/api</span></em><br>
|
<!-- https://github.com/muety/wakapi/issues/224#issuecomment-890855563 -->
|
||||||
|
# Set <em>api_url = <span class="with-url-inner">%s/api/heartbeat</span></em><br>
|
||||||
# Set <em>api_key = <span id="api-key-instruction"></span></em><br><br>
|
# Set <em>api_key = <span id="api-key-instruction"></span></em><br><br>
|
||||||
|
|
||||||
# <strong>Step 3:</strong> Start coding and then check back here!
|
# <strong>Step 3:</strong> Start coding and then check back here!
|
||||||
|
Loading…
Reference in New Issue
Block a user