diff --git a/.gitignore b/.gitignore index 69d7137..ff0cf4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ env -config/* +config_real/* *.pyc \ No newline at end of file diff --git a/config/app.json b/config/app.json new file mode 100644 index 0000000..d0cc5c0 --- /dev/null +++ b/config/app.json @@ -0,0 +1,3 @@ +{ + "port": 3000 +} \ No newline at end of file diff --git a/config/github.json b/config/github.json new file mode 100644 index 0000000..eee1940 --- /dev/null +++ b/config/github.json @@ -0,0 +1,3 @@ +{ + "projectId": "your_projectId_here" +} \ No newline at end of file diff --git a/config/keys/tokens.json b/config/keys/tokens.json new file mode 100644 index 0000000..599528b --- /dev/null +++ b/config/keys/tokens.json @@ -0,0 +1,8 @@ +{ + "github_token" : "your_token_here", + "github_app_id" : 1234, + "slack_bot_user_token" : "your_token_here", + "slack_client_secret" : "your_token_here", + "slack_signing_secret" : "your_token_here", + "slack_verification_token" : "your_token_here" +} \ No newline at end of file