feat: initialize project with core configuration files and Docker setup
This commit is contained in:
20
config/projects.json.example
Normal file
20
config/projects.json.example
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"name": "Mon Projet Example",
|
||||
"projectId": "namespace/group/project-name",
|
||||
"categoryId": "123456789012345678",
|
||||
"boardIds": [123, 456]
|
||||
},
|
||||
{
|
||||
"name": "Autre Projet",
|
||||
"projectId": "autre-namespace/autre-projet",
|
||||
"categoryId": "987654321098765432",
|
||||
"boardIds": [789]
|
||||
},
|
||||
{
|
||||
"name": "Projet Secondaire",
|
||||
"projectId": "autre-namespace/projet-secondaire",
|
||||
"categoryId": "9876543210987654321",
|
||||
"boardIds": []
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user