put sample data
This commit is contained in:
parent
2492a9ebca
commit
26003bc7ed
2 changed files with 27 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
site/data/*.json
|
# site/data/*.json
|
||||||
!site/data/*.sample.json
|
!site/data/*.sample.json
|
||||||
config
|
config
|
26
site/data/chat.json
Normal file
26
site/data/chat.json
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"crapauds": {
|
||||||
|
"total": 2300,
|
||||||
|
"recent": 200
|
||||||
|
},
|
||||||
|
"canaux": {
|
||||||
|
"total": 183,
|
||||||
|
"recent": 23,
|
||||||
|
"liste": [
|
||||||
|
"general",
|
||||||
|
"semourais",
|
||||||
|
"cohorte-brest",
|
||||||
|
"accueil",
|
||||||
|
"right-to-repair",
|
||||||
|
"cohorte-34",
|
||||||
|
"cercle-neurodiversité",
|
||||||
|
"cercle-permaculture",
|
||||||
|
"no-gafam",
|
||||||
|
"Le LED"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"total": 23400,
|
||||||
|
"recent": 892
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue