Ver código fonte

Add missing ADMIN_PASS and BROWSE_ITEMS info

(in README)
pull/4/head
Matt Baer 6 anos atrás
pai
commit
1eec001284
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      README.md

+ 2
- 0
README.md Ver arquivo

@@ -53,6 +53,8 @@ DB_USER=dbuser DB_PASSWORD=pass DB_DB=htmlhouse PRIVATE_KEY=keys/dev PUBLIC_KEY=
| `STATIC_DIR` | Relative dir where static files are stored | `static` |
| `AUTO_APPROVE` | Automatically approves public posts | false |
| `PREVIEWS_HOST` | Fully-qualified URL (without trailing slash) of screenshot server | None. |
| `ADMIN_PASS` | Password to perform admin functions via API | `uhoh` |
| `BROWSE_ITEMS` | Number of items to show on Browse page | 10 |
| `TWITTER_KEY` | Twitter consumer key | `notreal` |
| `TWITTER_SECRET` | Twitter consumer secret | `notreal` |
| `TWITTER_TOKEN` | Twitter access token of the posting Twitter account | `notreal` |


Carregando…
Cancelar
Salvar