diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-16 13:00:25 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-16 13:00:25 +0100 |
commit | 55ca59a66c9ad197f2ceb690e0d280644ecfa489 (patch) | |
tree | 5915f029f1bc73484f9fcd248c7249ad5f75bf69 | |
parent | 48d66a205567f7a3d59ce21eb024e11b5eb18b75 (diff) |
Improved readme
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index a1f7b2e27..fe3829e5a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Missing: - `LOCAL_HTTPS` set it to `true` if HTTPS works on your website. This is used to generate canonical URLs, which is also important when generating and parsing federation-related IDs - `HUB_URL` should be the URL of the PubsubHubbub service that your instance is going to use. By default it is the open service of Superfeedr +Consult the example configuration file, `.env.production.sample` for the full list. + ## Requirements - PostgreSQL @@ -37,7 +39,7 @@ Missing: ## Running with Docker and Docker-Compose -The project now includes a Dockerfile and a docker-compose.yml. You need to turn .env.production sample into .env.production with all the variables set before you can: +The project now includes a `Dockerfile` and a `docker-compose.yml`. You need to turn `.env.production.sample` into `.env.production` with all the variables set before you can: docker-compose build |