From d0051016fc4a499f9eb00603cc2834a8ec12d9e8 Mon Sep 17 00:00:00 2001 From: beckerinj Date: Sat, 12 Nov 2022 01:36:27 -0500 Subject: [PATCH] dont really need the json example files --- builder/secrets.example.json | 10 ---------- core/config.example.json | 16 ---------------- periphery/secrets.example.json | 10 ---------- 3 files changed, 36 deletions(-) delete mode 100644 builder/secrets.example.json delete mode 100644 core/config.example.json delete mode 100644 periphery/secrets.example.json diff --git a/builder/secrets.example.json b/builder/secrets.example.json deleted file mode 100644 index 4ef0385c0..000000000 --- a/builder/secrets.example.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "github_accounts": { - "github_username1": "github_token1", - "github_username2": "github_token2" - }, - "docker_accounts": { - "docker_username1": "docker_token1", - "docker_username2": "docker_token2" - } -} \ No newline at end of file diff --git a/core/config.example.json b/core/config.example.json deleted file mode 100644 index 55b0cd2a9..000000000 --- a/core/config.example.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/periphery/secrets.example.json b/periphery/secrets.example.json deleted file mode 100644 index 4ef0385c0..000000000 --- a/periphery/secrets.example.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "github_accounts": { - "github_username1": "github_token1", - "github_username2": "github_token2" - }, - "docker_accounts": { - "docker_username1": "docker_token1", - "docker_username2": "docker_token2" - } -} \ No newline at end of file