Files
AdventureLog/documentation/docs/configuration/disable_registration.md
2024-11-26 10:31:25 -05:00

359 B

Disable Registration

To disable registration, you can set the following variable in your docker-compose.yml under the server service:

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.'