Skip to content

Commit fc6ee29

Browse files
committed
Add cdb.json example file
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 12d9f25 commit fc6ee29

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ _build
44
*.pyc
55
*.log*
66

7-
example/*
8-
!example/plugins
9-
107
*.xml
118
*.db
129
*static/

example/cdb.json.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"test_client": {
3+
"response_types": ["code", "and", "other", "types"],
4+
"client_id": "the_client_id",
5+
"client_secret": "the_client_secret",
6+
"redirect_uris": [
7+
"http://example.org/rp/the_redirect_uri"
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)