forked from fediversity/fediversity
		
	Sanitized names.
This commit is contained in:
		
							parent
							
								
									a47e152b63
								
							
						
					
					
						commit
						3f570c663a
					
				
					 5 changed files with 8 additions and 8 deletions
				
			
		|  | @ -15,5 +15,5 @@ rc_message: | |||
| extra_well_known_client_content: | ||||
|   org.matrix.msc4143.rtc_foci: | ||||
|     type: livekit | ||||
|     livekit_service_url: https://livekit.matrixdev.example.com | ||||
|     livekit_service_url: https://livekit.example.com | ||||
| 
 | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| email: | ||||
|   smtp_host: smtp.example.com | ||||
|   smtp_port: 465 | ||||
|   smtp_user: matrixdev@example.com | ||||
|   smtp_user: matrix@example.com | ||||
|   smtp_pass: <secure password> | ||||
|   force_tls: true | ||||
|   notif_from: "Your Matrix server <matrixdev@example.com>" | ||||
|   notif_from: "Your Matrix server <matrix@example.com>" | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ | |||
| # e.g. matrix.org, localhost:8080, etc. | ||||
| # This is also the last part of your UserID. | ||||
| # | ||||
| server_name: matrixdev.example.com | ||||
| server_name: example.com | ||||
| 
 | ||||
| # The rest is our local configuration: | ||||
| public_baseurl: https://vm02199.example.com/ | ||||
|  |  | |||
|  | @ -3,9 +3,9 @@ | |||
| server_notices: | ||||
|   system_mxid_localpart: server | ||||
|   system_mxid_display_name: "Server Notices" | ||||
|   system_mxid_avatar_url: "mxc://matrixdev.example.com/QBBZcaxfrrpvreGeNhqRaCjG" | ||||
|   system_mxid_avatar_url: "mxc://example.com/QBBZcaxfrrpvreGeNhqRaCjG" | ||||
|   room_name: "Server Notices" | ||||
|   room_avatar_url: "mxc://matrixdev.example.com/QBBZcaxfrrpvreGeNhqRaCjG" | ||||
|   room_avatar_url: "mxc://example.com/QBBZcaxfrrpvreGeNhqRaCjG" | ||||
|   room_topic: "Room used by your server admin to notice you of important information" | ||||
|   auto_join: true | ||||
| 
 | ||||
|  |  | |||
|  | @ -2,8 +2,8 @@ | |||
| 
 | ||||
| turn_shared_secret: "<secure key>" | ||||
| turn_uris: | ||||
|   - "turn:turn.matrixdev.example.com?transport=udp" | ||||
|   - "turn:turn.matrixdev.example.com?transport=tcp" | ||||
|   - "turn:turn.example.com?transport=udp" | ||||
|   - "turn:turn.example.com?transport=tcp" | ||||
| turn_user_lifetime: 86400000 | ||||
| turn_allow_guests: true | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hans van Zijst
						Hans van Zijst