20 lines
533 B
Bash
20 lines
533 B
Bash
|
|
# Agent <-> Collector shared secret
|
|
AGENT_TOKEN=bd8117d2528845f04ad6311111758dedf4ce1dbe65934bbe
|
|
|
|
# Real office NAS — server-side verification (DEFAULT_REMOTE=synoreal)
|
|
REAL_SYNOLOGY_HOST=takeleap.in
|
|
REAL_SYNOLOGY_PORT=26
|
|
REAL_SYNOLOGY_USER=sr-upload
|
|
REAL_SYNOLOGY_PASS=T@keleap@123
|
|
|
|
ORGANISATION=ORG
|
|
SITENAME=GCBOT
|
|
|
|
# Dashboard/API login (HTTP Basic; browser prompts once)
|
|
VIEWER_USER=admin
|
|
VIEWER_PASS=HjiYnDgkbclVPfI102CU
|
|
|
|
# Public URL of the collector (baked into the served installer)
|
|
PUBLIC_URL=https://rclone.seekright.com
|