Initial Commit
This commit is contained in:
commit
22c2de9cc6
12 changed files with 594 additions and 0 deletions
9
VRCAuthProxy/appsettings.template.json
Normal file
9
VRCAuthProxy/appsettings.template.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"accounts": [
|
||||
{
|
||||
"username": "username",
|
||||
"password": "password",
|
||||
"totpSecret": "totp secret"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue