Remove erroneous note regarding passwords in README
This commit is contained in:
parent
81c51e52cd
commit
295a7b95a1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
```toml
|
```toml
|
||||||
instance = "https://lemmy.example.org"
|
instance = "https://lemmy.example.org"
|
||||||
username = "BotUserName"
|
username = "BotUserName"
|
||||||
password = "BotPassword" # Note: Passwords containing special characters might need to be escaped using '\\'
|
password = "BotPassword"
|
||||||
status_post_url = "PostUrlForStatusMonitoring"
|
status_post_url = "PostUrlForStatusMonitoring"
|
||||||
config_reload_seconds = 10800
|
config_reload_seconds = 10800
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue