renome config example folder

This commit is contained in:
beckerinj
2022-11-14 01:05:48 -05:00
parent 393e202102
commit f48703aef7
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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"