remove dups

This commit is contained in:
Umputun
2018-06-10 16:35:12 -05:00
parent 3b195070a4
commit ac9f751436
+1 -4
View File
@@ -62,7 +62,7 @@ Remark42 is a self-hosted, lightweight, and simple (yet functional) comment engi
* command line parameters are long form `--<key>=value`, i.e. `--site=https://demo.remark42.com`
* _multi_ parameters separated by `,` in the environment or repeated with command line key, like `--site=s1 --site=s2 ...`
* _required_ parameters have to be presented in the environment or provided in command line_
* _required_ parameters have to be presented in the environment or provided in command line
##### Required parameters
@@ -92,9 +92,6 @@ services:
- ./var:/srv/var # persistent volume to store all remark42 data
```
_all multi parameters separated by `,` in environment or repeated with command line key, like `--site=s1 --site=s2 ...`_
#### Register oauth2 providers
Authentication handled by external providers. You should setup oauth2 for all (or some) of them to allow users to make comments. It is not mandatory to have all of them, but at least one should be correctly configured.