1
0

update config example

This commit is contained in:
2025-09-30 23:12:16 -04:00
parent aca8782907
commit 7f03d10fa2

View File

@@ -5,6 +5,8 @@ credentials = {
log_level = "INFO"
log_directory = "./logs"
auth_server = "https://auth.collabvm.org"
vms = {
"vm1": "wss://computernewb.com/collab-vm/vm1",
"vm2": "wss://computernewb.com/collab-vm/vm2",
@@ -16,3 +18,8 @@ vms = {
"vm8": "wss://computernewb.com/collab-vm/vm8",
"vm9": "wss://computernewb.com/collab-vm/vm9",
}
commands = {
"enabled": True,
"prefix": "+",
}