1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 06:19:38 +02:00
AdventureLog/documentation/docs/Configuration/disable_registration.md
2024-08-24 23:20:50 -04:00

388 B

sidebar_position
1

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