mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
11 lines
No EOL
347 B
Text
11 lines
No EOL
347 B
Text
# Issue a bot token in the channel settings modal (Bots tab), then paste it here.
|
|
BOT_TOKEN=cbt_your_token_here
|
|
|
|
# The channel this token was issued for.
|
|
CHANNEL=yourchannel
|
|
|
|
# Base URL of the CyTube server (no trailing slash).
|
|
SERVER_URL=http://localhost:1337
|
|
|
|
# REST API base (usually SERVER_URL + /api/v1).
|
|
API_BASE=http://localhost:8080/api/v1 |