mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 14:25:22 -05:00
14 lines
305 B
TOML
14 lines
305 B
TOML
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" |