Skip to content

Commit 979c3a5

Browse files
chore: update Configuration.md
1 parent 8f02a53 commit 979c3a5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Writerside/topics/Configuration.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ some of the Memospot behavior can be configured via `memospot.yaml`.
1111
~/.memospot/memospot.yaml
1212
```
1313

14+
> Optional locations (if moved manually by the user):
15+
>
16+
> ```Shell
17+
> $XDG_CONFIG_HOME/memospot/memospot.yaml
18+
> ```
19+
> ```Shell
20+
> ~/.config/memospot/memospot.yaml
21+
> ```
22+
1423
- Windows:
1524
1625
- Explorer:
@@ -90,5 +99,10 @@ memospot:
9099
# Then, you can edit `logging_config.yaml` changing `root.level`
91100
# from `info` to `debug` to increase the logging level.
92101
enabled: false
102+
remote:
103+
# Use Memospot as a client for a remote Memos server [false].
104+
# - Added in v0.1.6.
105+
enabled: false
106+
url: https://demo.usememos.com/
93107
94108
```

0 commit comments

Comments
 (0)