mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Changed variable structure for bbb
This commit is contained in:
		| @@ -28,11 +28,11 @@ RECORDING_MAX_AGE_DAYS=365 | ||||
| # SECRETS | ||||
| # ==================================== | ||||
| # important! change these to any random values | ||||
| SHARED_SECRET={{bigbluebutton_shared_secret}} | ||||
| ETHERPAD_API_KEY={{bigbluebutton_etherpad_api_key}} | ||||
| RAILS_SECRET={{bigbluebutton_rails_secret}} | ||||
| POSTGRESQL_SECRET={{bigbluebutton_postgresql_secret}} | ||||
| FSESL_PASSWORD={{bigbluebutton_fsesl_password}} | ||||
| SHARED_SECRET={{applications.bigbluebutton.shared_secret}} | ||||
| ETHERPAD_API_KEY={{applications.bigbluebutton.etherpad_api_key}} | ||||
| RAILS_SECRET={{applications.bigbluebutton.rails_secret}} | ||||
| POSTGRESQL_SECRET={{applications.bigbluebutton.postgresql_secret}} | ||||
| FSESL_PASSWORD={{applications.bigbluebutton.fsesl_password}} | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -54,7 +54,7 @@ STUN_PORT={{ ports.public.stun[application_id] }} | ||||
| # TURN SERVER | ||||
| # uncomment and adjust following two lines to add an external TURN server | ||||
| TURN_SERVER=turns:{{domains[application_id]}}:{{ ports.public.turn[application_id] }}?transport=tcp | ||||
| TURN_SECRET={{bigbluebutton_turn_secret}} | ||||
| TURN_SECRET={{applications.bigbluebutton.turn_secret}} | ||||
|  | ||||
| # Allowed SIP IPs | ||||
| # due to high traffic caused by bots, by default the SIP port is blocked. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user