23 lines
368 B
JSON
23 lines
368 B
JSON
|
{
|
||
|
"contact": {
|
||
|
"name": "FabLab Cohabit",
|
||
|
"address": "contact@cohabit.fr"
|
||
|
},
|
||
|
"admin": {
|
||
|
"name": "Admin Cohabit",
|
||
|
"address": "admin@cohabit.fr"
|
||
|
},
|
||
|
"dev": {
|
||
|
"name": "Dev Cohabit",
|
||
|
"address": "dev@cohabit.fr"
|
||
|
},
|
||
|
"bot": {
|
||
|
"name": "Bot Cohabit",
|
||
|
"address": "bot@cohabit.fr"
|
||
|
},
|
||
|
"test": {
|
||
|
"name": "Test Cohabit",
|
||
|
"address": "test@cohabit.fr"
|
||
|
}
|
||
|
}
|