14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
|
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
|
||
|
}
|
||
|
}
|