chore: jsonのログを見れるように

This commit is contained in:
2024-09-12 22:02:04 +09:00
parent 72659bf57b
commit 0dcd2b1b9a
7 changed files with 88 additions and 17 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"dev": {
"name": "value",
"Security": {
"Auth": {
"auth-id": {
"Type": "OAuth2",
"Grant Type": "Authorization Code",
"Client ID": "{{client_id}}",
"Client Secret": "{{client_secret}}",
"Redirect URL": "https://example.com",
"Token URL": "http://{{host}}/oauth/token",
"Auth URL": "http://{{host}}/oauth/authorize",
"Scope": "write read"
}
}
}
}
}