Initial VRC OSC commit
This commit is contained in:
22
config/config.example.toml
Normal file
22
config/config.example.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[self]
|
||||
name = ""
|
||||
|
||||
[staff]
|
||||
names = []
|
||||
|
||||
[guest]
|
||||
file = "config/guests.txt"
|
||||
|
||||
[notice]
|
||||
missing_count = 0
|
||||
|
||||
[ocr.crop]
|
||||
left = 0.05
|
||||
top = 0.35
|
||||
right = 0.95
|
||||
bottom = 0.95
|
||||
|
||||
[ocr]
|
||||
preprocess = true
|
||||
scale = 1.5
|
||||
use_angle_cls = false
|
||||
3
config/guests.example.txt
Normal file
3
config/guests.example.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
GuestUserA
|
||||
GuestUserB
|
||||
GuestUserC
|
||||
6
config/secrets.example.toml
Normal file
6
config/secrets.example.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[discord]
|
||||
webhook_url = ""
|
||||
|
||||
[vrchat]
|
||||
username = ""
|
||||
password = ""
|
||||
Reference in New Issue
Block a user