Initial commit
This commit is contained in:
26
config.example.json
Normal file
26
config.example.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user