Skip to content

Commit

Permalink
docs: Document the DISABLE_SIGNUPS config flag. Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Mar 27, 2024
1 parent e22a3dc commit 4977ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/03-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The app is mainly configured by environment variables. All the used environment
| REDIS_DB_IDX | No | Not set | The db idx to use with redis. It defaults to 0 (in the client) so you don't usually need to set it unless you explicitly want another db. |
| MEILI_ADDR | No | Not set | The address of meilisearch. If not set, Search will be disabled. E.g. (`http://meilisearch:7700`) |
| MEILI_MASTER_KEY | Only in Prod and if search is enabled | Not set | The master key configured for meilisearch. Not needed in development environment. Generate one with `openssl rand -base64 36` |
| DISABLE_SIGNUPS | No | false | If enabled, no new signups will be allowed and the signup button will be disabled in the UI |

## Inference Configs (For automatic tagging)

Expand Down

0 comments on commit 4977ef2

Please sign in to comment.