45 lines
813 B
TOML
45 lines
813 B
TOML
name = "Tetratto"
|
|
description = "🐇 tetratto!"
|
|
color = "#c9b1bc"
|
|
port = 4118
|
|
banned_hosts = []
|
|
host = "http://localhost:4118"
|
|
no_track = []
|
|
banned_usernames = [
|
|
"admin",
|
|
"owner",
|
|
"moderator",
|
|
"api",
|
|
"communities",
|
|
"notifs",
|
|
"notification",
|
|
"post",
|
|
"void",
|
|
"anonymous",
|
|
]
|
|
town_square = 166340372315581657
|
|
html_footer_path = "public/footer.html"
|
|
|
|
[security]
|
|
registration_enabled = true
|
|
real_ip_header = "CF-Connecting-IP"
|
|
|
|
[dirs]
|
|
templates = "html"
|
|
assets = "public"
|
|
media = "media"
|
|
icons = "icons"
|
|
|
|
[database]
|
|
name = "tetratto"
|
|
url = "localhost:5432"
|
|
user = "user"
|
|
password = "postgres"
|
|
|
|
[policies]
|
|
terms_of_service = "/public/tos.html"
|
|
privacy = "/public/privacy.html"
|
|
|
|
[turnstile]
|
|
site_key = "1x00000000000000000000AA"
|
|
secret_key = "1x0000000000000000000000000000000AA"
|