Migration to new documentation and information site
This commit is contained in:
10
documentation/docs/configuration/disable_registration.md
Normal file
10
documentation/docs/configuration/disable_registration.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Disable Registration
|
||||
|
||||
To disable registration, you can set the following variable in your docker-compose.yml under the server service:
|
||||
|
||||
```yaml
|
||||
environment:
|
||||
- DISABLE_REGISTRATION=True
|
||||
# OPTIONAL: Set the message to display when registration is disabled
|
||||
- DISABLE_REGISTRATION_MESSAGE='Registration is disabled for this instance of AdventureLog.'
|
||||
```
|
||||
Reference in New Issue
Block a user