Added AutoWizzard example file.

This commit is contained in:
Thorsten Eckel 2015-04-08 11:15:46 +02:00
parent 9a0dc39955
commit 6d9110eaeb

19
contrib/auto_wizzard.json Normal file
View file

@ -0,0 +1,19 @@
{
"Users": [
{
"login": "nicole.braun@zammad.org",
"firstname": "Nicole",
"lastname": "Braun",
"email": "nicole.braun@zammad.org",
"password": "Z4mm4dr0ckZ!"
}
],
"Settings": [
{
"key": "value"
},
{
"another_key": "another_value"
}
]
}