Created
August 28, 2019 06:49
-
-
Save kalanaw/b12c9b5e3fe34c695b12620d4b7803e3 to your computer and use it in GitHub Desktop.
Sample Client configuration for Bonfire
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.1", | |
"timestamp": "Wed Aug 28 2019 11:49:18 GMT+0530", | |
"module": [ | |
{ | |
"id": "asd34d-234sd-sdfgr-434sd-sdfs", | |
"name": "teams", | |
"displayName": "Teams", | |
"types": [ | |
{ | |
"id": "asd34d-qweqr-sdfgr-434sd-sdfs", | |
"name": "teamTypes", | |
"values": [ | |
{ | |
"id": "zcxcv-qweqr-sdfgr-434sd-sdfs", | |
"name": "xc", | |
"displayName": "Xian Club Team" | |
}, | |
{ | |
"id": "fjhgfh-qweqr-sdfgr-434sd-sdfs", | |
"name": "initiative", | |
"displayName": "Initiative Team" | |
}, | |
{ | |
"id": "kjhjh-qweqr-sdfgr-434sd-sdfs", | |
"name": "project", | |
"displayName": "Project Team" | |
}, | |
{ | |
"id": "zcxcv-qweqr-sdfgr-434sd-sdfs", | |
"name": "other", | |
"displayName": "Other" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "323rrw-234sd-sdfgr-434sd-sdfs", | |
"name": "badges", | |
"displayName": "Badges", | |
"types": [ | |
{ | |
"id": "09sdfs-qweqr-sdfgr-434sd-sdfs", | |
"name": "badgeTypes", | |
"values": [ | |
{ | |
"id": "kjorw-qweqr-sdfgr-434sd-sdfs", | |
"name": "techskill", | |
"isPublic": true, | |
"displayName": "Tech Skill" | |
}, | |
{ | |
"id": "kjorw-qweqr-sdfgr-434sd-sdfs", | |
"name": "techskill", | |
"isPublic": true, | |
"displayName": "Tech Skill" | |
}, | |
{ | |
"id": "kjorw-qweqr-sdfgr-434sd-sdfs", | |
"name": "techskill", | |
"isPublic": true, | |
"displayName": "Tech Skill" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment