Feature/admin_store (#197)

* generalize admins and email info with store interface

* lint: missing group comment

* fix admin group with shared substruct
This commit is contained in:
Umputun
2018-09-02 13:00:20 -05:00
committed by GitHub
parent 78c27caa7d
commit 0cd76dfd2f
14 changed files with 123 additions and 41 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ _this is the recommended way to run remark42_
| store.bolt.timeout | STORE_BOLT_TIMEOUT | `30s` | boltdb access timeout |
| store.mongo.url | STORE_MONGO_URL | | mongo url for data store |
| store.mongo.db | STORE_MONGO_DB | | mongo db for data store |
| admin | ADMIN | | admin names (list of user ids), _multi_ |
| admin-email | ADMIN_EMAIL | `admin@${REMARK_URL}` | admin email |
| admin.shared.id | ADMIN_SHARED_ID | | admin names (list of user ids), _multi_ |
| admin.shared.email | ADMIN_SHARED_EMAIL | `admin@${REMARK_URL}` | admin email |
| backup | BACKUP_PATH | `./var/backup` | backups location |
| max-back | MAX_BACKUP_FILES | `10` | max backup files to keep |
| cache.max.items | CACHE_MAX_ITEMS | `1000` | max number of cached items, `0` - unlimited |