Add example config (Fix #48)
This commit is contained in:
		
							
								
								
									
										13
									
								
								config.lua.example
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								config.lua.example
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,13 @@ | |||||||
|  | return { | ||||||
|  | 	port = 7575, | ||||||
|  | 	sites_dir = "./sites", | ||||||
|  | 	trusted_servers = { -- IPs of servers that are allowed to send Gitea webhooks | ||||||
|  | 	}, | ||||||
|  | 	matrix = { | ||||||
|  | 		homeserver = "https://matrix.org", | ||||||
|  | 		username = "bot:matrix.org", | ||||||
|  | 		password = "Sup@rS3cure", | ||||||
|  | 		room_id = "", -- Room ID can be found under "room settings" in most clients | ||||||
|  | 		disabled = false | ||||||
|  | 	} | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user