mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Used port variable
This commit is contained in:
		@@ -48,7 +48,7 @@ TURN_SECRET={{ applications | get_app_conf(application_id, 'credentials.talk_tur
 | 
				
			|||||||
SIGNALING_SECRET={{ applications | get_app_conf(application_id, 'credentials.talk_signaling_secret') }}
 | 
					SIGNALING_SECRET={{ applications | get_app_conf(application_id, 'credentials.talk_signaling_secret') }}
 | 
				
			||||||
INTERNAL_SECRET={{ applications | get_app_conf(application_id, 'credentials.talk_internal_secret') }}
 | 
					INTERNAL_SECRET={{ applications | get_app_conf(application_id, 'credentials.talk_internal_secret') }}
 | 
				
			||||||
TZ={{ HOST_TIMEZONE }}
 | 
					TZ={{ HOST_TIMEZONE }}
 | 
				
			||||||
TALK_PORT=3478
 | 
					TALK_PORT={{ NEXTCLOUD_TALK_INT_TURN_PORT }}
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if NEXTCLOUD_WHITEBOARD_ENABLED %}
 | 
					{% if NEXTCLOUD_WHITEBOARD_ENABLED %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user