mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-27 15:31:17 +00:00
chore: jsonのログを見れるように
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user