Add example config (Fix #48)

This commit is contained in:
Noah 2024-06-11 14:05:54 -05:00
parent a122598484
commit d54fd47375

13
config.lua.example Normal file
View 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
}
}