proper grammar for ADMIN_PASSWD parameter notes

This commit is contained in:
Dmitry Verkhoturov 2022-08-24 01:07:22 +02:00 committed by Umputun
parent dc048ef047
commit 96b75af027
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ services:
- AUTH_DISQUS_CID
- AUTH_DISQUS_CSEC
# Enable it only for the initial comment import or for manual backups.
# Do not leave server running with ADMIN_PASSWD set if you don't have intention
# Do not leave the server running with the ADMIN_PASSWD set if you don't have an intention
# to keep creating backups manually!
# - ADMIN_PASSWD=<your secret password>
volumes:

View File

@ -65,7 +65,7 @@ User's activity throttled globally (up to 1000 simultaneous requests) and limite
Request timeout set to 60sec.
Admin authentication (`--admin-password` set) allows to hit Remark42 API without social login and admin privileges. Adds basic-auth for username: `admin`, password: `${ADMIN_PASSWD}`. Enable it only for the initial comment import or for manual backups. Do not leave server running with admin password set if you don't have intention to keep creating backups manually!
Admin authentication (`--admin-password` set) allows to hit Remark42 API without social login and admin privileges. Adds basic-auth for username: `admin`, password: `${ADMIN_PASSWD}`. Enable it only for the initial comment import or for manual backups. Do not leave the server running with admin password set if you don't have an intention to keep creating backups manually!
User can vote for the comment multiple times but only to change the vote. Double voting is not allowed.