1
0

Example config

This commit is contained in:
2025-09-30 15:26:13 -04:00
parent 1d29ccff56
commit e3c4e7c74e

17
config.example.py Normal file
View File

@@ -0,0 +1,17 @@
credentials = {
"session_auth": "", # Supply session auth
}
log_level = "DEBUG"
vms = {
"vm1": "wss://computernewb.com/collab-vm/vm1",
"vm2": "wss://computernewb.com/collab-vm/vm2",
"vm3": "wss://computernewb.com/collab-vm/vm3",
"vm4": "wss://computernewb.com/collab-vm/vm4",
"vm5": "wss://computernewb.com/collab-vm/vm5",
"vm6": "wss://computernewb.com/collab-vm/vm6",
"vm7": "wss://computernewb.com/collab-vm/vm7",
}
noauth_name = "CVMSentry" #