Add alter param back to database sync. Default to false. Make toggleable from .env file.

This commit is contained in:
purple_emily
2024-02-05 10:43:20 +00:00
parent ecdae702ad
commit 287507d8e0
3 changed files with 11 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ MAX_SINGLE_TORRENT_CONNECTIONS=10
TORRENT_TIMEOUT=30000
UDP_TRACKERS_ENABLED=true
CONSUMER_REPLICAS=3
AUTO_CREATE_AND_APPLY_MIGRATIONS=false # Fix for #66 - toggle on for development
# Producer
RabbitMqConfiguration__Host=rabbitmq