20 lines
603 B
Plaintext
20 lines
603 B
Plaintext
# 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 |