mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-06-29 22:41:10 +02:00
bb95b0792d
* chore: add guardrails * docs: fix meshcore badge * web: life chat message cap at 1000 in frontend * web: honor protocol in chat * web: deprioritize test channels * fix ci
24 lines
873 B
TOML
24 lines
873 B
TOML
# Copyright © 2025-26 l5yth & contributors
|
|
# Licensed under the Apache License, Version 2.0 (see LICENSE)
|
|
[potatomesh]
|
|
# Base domain (with or without trailing slash)
|
|
base_url = "https://potatomesh.net"
|
|
# Poll interval in seconds
|
|
poll_interval_secs = 60
|
|
|
|
[matrix]
|
|
# Homeserver base URL (client API) without trailing slash
|
|
homeserver = "https://matrix.dod.ngo"
|
|
# Appservice access token (from your registration.yaml)
|
|
as_token = "INVALID_TOKEN_NOT_WORKING"
|
|
# Homeserver token used to authenticate Synapse callbacks
|
|
hs_token = "INVALID_TOKEN_NOT_WORKING"
|
|
# Server name (domain) part of Matrix user IDs
|
|
server_name = "dod.ngo"
|
|
# Room ID to send into (must be joined by the appservice / puppets)
|
|
room_id = "!sXabOBXbVObAlZQEUs:c-base.org" # "#potato-bridge:c-base.org"
|
|
|
|
[state]
|
|
# Where to persist last seen message id (optional but recommended)
|
|
state_file = "bridge_state.json"
|