forked from github-starred/komodo
dont really need the json example files
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"github_accounts": {
|
||||
"github_username1": "github_token1",
|
||||
"github_username2": "github_token2"
|
||||
},
|
||||
"docker_accounts": {
|
||||
"docker_username1": "docker_token1",
|
||||
"docker_username2": "docker_token2"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"port": 9000,
|
||||
"jwt_secret": "your_jwt_secret",
|
||||
"jwt_valid_for": "1-wk",
|
||||
"slack_url": "your_slack_app_webhook_url",
|
||||
"github_webhook_secret": "your_random_webhook_secret",
|
||||
"github_oauth": {
|
||||
"id": "your_client_id",
|
||||
"secret": "your_client_secret"
|
||||
},
|
||||
"mongo": {
|
||||
"uri": "your_mongo_uri",
|
||||
"app_name": "monitor_core",
|
||||
"db_name": "monitor"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"github_accounts": {
|
||||
"github_username1": "github_token1",
|
||||
"github_username2": "github_token2"
|
||||
},
|
||||
"docker_accounts": {
|
||||
"docker_username1": "docker_token1",
|
||||
"docker_username2": "docker_token2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user