Skip to content

Commit

Permalink
chore: update Configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthalles committed Sep 3, 2024
1 parent 8f02a53 commit 979c3a5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Writerside/topics/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ some of the Memospot behavior can be configured via `memospot.yaml`.
~/.memospot/memospot.yaml
```

> Optional locations (if moved manually by the user):
>
> ```Shell
> $XDG_CONFIG_HOME/memospot/memospot.yaml
> ```
> ```Shell
> ~/.config/memospot/memospot.yaml
> ```
- Windows:
- Explorer:
Expand Down Expand Up @@ -90,5 +99,10 @@ memospot:
# Then, you can edit `logging_config.yaml` changing `root.level`
# from `info` to `debug` to increase the logging level.
enabled: false
remote:
# Use Memospot as a client for a remote Memos server [false].
# - Added in v0.1.6.
enabled: false
url: https://demo.usememos.com/
```

0 comments on commit 979c3a5

Please sign in to comment.