Remove erroneous note regarding passwords in README

This commit is contained in:
Neshura 2023-12-29 14:59:11 +01:00
parent 81c51e52cd
commit 295a7b95a1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -4,7 +4,7 @@
```toml
instance = "https://lemmy.example.org"
username = "BotUserName"
password = "BotPassword" # Note: Passwords containing special characters might need to be escaped using '\\'
password = "BotPassword"
status_post_url = "PostUrlForStatusMonitoring"
config_reload_seconds = 10800