vrcauthproxy/VRCAuthProxy/appsettings.template.json
2024-11-11 14:15:51 -05:00

9 lines
No EOL
132 B
JSON

{
"accounts": [
{
"username": "username",
"password": "password",
"totpSecret": "totp secret"
}
]
}