1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00
AdventureLog/documentation/docs/configuration/disable_registration.md

11 lines
359 B
Markdown
Raw Normal View History

2024-08-16 12:21:43 -04:00
# 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
2024-08-24 23:20:50 -04:00
# OPTIONAL: Set the message to display when registration is disabled
- DISABLE_REGISTRATION_MESSAGE='Registration is disabled for this instance of AdventureLog.'
2024-08-16 12:21:43 -04:00
```