26 lines
408 B
JSON
26 lines
408 B
JSON
{
|
|
"github": {
|
|
"token": "ghp_your_github_token_here",
|
|
"repositories": [
|
|
{
|
|
"owner": "facebook",
|
|
"name": "react"
|
|
},
|
|
{
|
|
"owner": "microsoft",
|
|
"name": "vscode"
|
|
},
|
|
{
|
|
"owner": "your-org",
|
|
"name": "your-repo"
|
|
}
|
|
]
|
|
},
|
|
"server": {
|
|
"port": 3001,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"cache": {
|
|
"timeoutMinutes": 5
|
|
}
|
|
} |