mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com> Co-authored-by: samanhappy <samanhappy@gmail.com>
26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"systemConfig": {
|
|
"oauthServer": {
|
|
"enabled": true,
|
|
"accessTokenLifetime": 3600,
|
|
"refreshTokenLifetime": 1209600,
|
|
"authorizationCodeLifetime": 300,
|
|
"requireClientSecret": false,
|
|
"allowedScopes": ["read", "write"],
|
|
"dynamicRegistration": {
|
|
"enabled": true,
|
|
"allowedGrantTypes": ["authorization_code", "refresh_token"],
|
|
"requiresAuthentication": false
|
|
}
|
|
}
|
|
},
|
|
"mcpServers": {},
|
|
"users": [
|
|
{
|
|
"username": "admin",
|
|
"password": "$2b$10$abcdefghijklmnopqrstuv",
|
|
"isAdmin": true
|
|
}
|
|
]
|
|
}
|