mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
Specify api path for CLI configuration (#253)
This commit is contained in:
parent
d71abdb150
commit
6cfd26f5c5
1 changed files with 8 additions and 1 deletions
|
|
@ -138,4 +138,11 @@ editor: nvim
|
|||
apiEndpoint: https://api.dnote.io
|
||||
```
|
||||
|
||||
Simply change the value for `apiEndpoint` to a full URL to the self-hosted instance, and save the configuration file.
|
||||
Simply change the value for `apiEndpoint` to a full URL to the self-hosted instance, followed by '/api', and save the configuration file.
|
||||
|
||||
e.g.
|
||||
|
||||
```yaml
|
||||
editor: nvim
|
||||
apiEndpoint: my-dnote-server.com/api
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue