From 4591993466bde362d74a0ab3f971ae9d95a4c189 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 18 Apr 2021 02:52:16 +0200 Subject: [PATCH] typo --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7efe343..63b2415 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ Don't run random images from random dudes on the Internet. Ideally, you want to ## Environment variables you should change -| Variable | Description | Default | -| ------------------------- | -------------------------- | ------------------ | -| **UID** | user id (rebuild to change)| 991 | -| **GID** | group id (rebuld to change)| 991 | -| **RUN_DB_MIGRATIONS** | run migrations at startup | true | -| **SIDEKIQ_WORKERS** | number of Sidekiq workers | 5 | +| Variable | Description | Default | +| ------------------------- | --------------------------- | ------------------ | +| **UID** | user id (rebuild to change) | 991 | +| **GID** | group id (rebuild to change)| 991 | +| **RUN_DB_MIGRATIONS** | run migrations at startup | true | +| **SIDEKIQ_WORKERS** | number of Sidekiq workers | 5 | Don't forget to provide [an environment file](https://github.com/tootsuite/mastodon/blob/main/.env.production.sample) for Mastodon itself.