mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Fix example config (#140)
This commit is contained in:
parent
89bb107c87
commit
47e650c2be
1 changed files with 4 additions and 3 deletions
|
@ -26,7 +26,8 @@
|
||||||
"default_room": "#iamb-users:0x.badd.cafe"
|
"default_room": "#iamb-users:0x.badd.cafe"
|
||||||
},
|
},
|
||||||
"dirs": {
|
"dirs": {
|
||||||
"cache": "~/.cache/iamb/",
|
"cache": "/home/user/.cache/iamb/",
|
||||||
"logs": "~/.local/share/iamb/logs/",
|
"logs": "/home/user/.local/share/iamb/logs/",
|
||||||
"downloads": "~/Downloads/"
|
"downloads": "/home/user/Downloads/"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue