Files
oko_public/matrix.credentials.example
T

20 lines
603 B
Plaintext
Raw Normal View History

2026-09-09 21:44:05 -05:00
# oko Matrix homeserver credentials template.
# Copy to a SECRET, untracked location (e.g. ~/oko-matrix-credentials.txt,
# chmod 600) and fill in real values. Do not commit.
#
# NOTE: the coordinator reads the token from matrix.token (see .gitignore)
# or the OKO_MATRIX_TOKEN env var.
HOMESERVER = https://ayrc.online
SERVER_NAME = ayrc.online
BOT_USER = @okobot:ayrc.online
BOT_PW = CHANGE_ME
BOT_TOKEN = CHANGE_ME
VIEWER_USER = @you:your-server-name
VIEWER_PW = CHANGE_ME
VIEWER_TOKEN = CHANGE_ME
CLIPS_ROOM = !roomid:your-server-name
DETECTIONS_ROOM = !roomid:your-server-name