mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Added debug options to mastodon
This commit is contained in:
		@@ -6,7 +6,13 @@
 | 
			
		||||
LOCAL_DOMAIN={{ domains | get_domain(application_id) }}
 | 
			
		||||
ALTERNATE_DOMAINS="{{ domains['web-app-mastodon'][1:] | join(',') }}"
 | 
			
		||||
SINGLE_USER_MODE={{ applications | get_app_conf(application_id, 'single_user_mode') }}
 | 
			
		||||
ALLOWED_PRIVATE_ADDRESSES={{ MASTODON_ALLOWED_PRIVATE_ADDRESSES }}
 | 
			
		||||
ALLOWED_PRIVATE_ADDRESSES="{{ MASTODON_ALLOWED_PRIVATE_ADDRESSES }}"
 | 
			
		||||
 | 
			
		||||
# Debug
 | 
			
		||||
{% if MODE_DEBUG | bool %}
 | 
			
		||||
RAILS_LOG_LEVEL=debug
 | 
			
		||||
DEBUG=*
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
# Credentials
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user