Skip to content

Commit

Permalink
Add dummy config files
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Jul 26, 2023
1 parent 6a4a77d commit bbac1fc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
env
config/*
config_real/*
*.pyc
3 changes: 3 additions & 0 deletions config/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"port": 3000
}
3 changes: 3 additions & 0 deletions config/github.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"projectId": "your_projectId_here"
}
8 changes: 8 additions & 0 deletions config/keys/tokens.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit bbac1fc

Please sign in to comment.