Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Elkholy <[email protected]>
  • Loading branch information
mohatt committed May 22, 2021
1 parent 030e89e commit fa43847
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions config.json.sample
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"github": {
"tokens": [
# Personal Access Token
["pat", "TOKEN"],
# APP client-secret auth
["client_secret", "APP_CLIENT_ID", "APP_SECRET"],
# Unauthenticated
["null"]
]
},
"dist": {
"listCollections": {}
}
}
"github": {
"tokens": [
# Personal Access Token
["pat", "TOKEN"],
# APP client-secret auth
["client_secret", "APP_CLIENT_ID", "APP_SECRET"],
# Unauthenticated
["null"]
]
},
"dist": {
"listCollections": {}
}
}

0 comments on commit fa43847

Please sign in to comment.