From 6d9110eaeb203b75c3088fa02806aa532dc4452a Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Wed, 8 Apr 2015 11:15:46 +0200 Subject: [PATCH] Added AutoWizzard example file. --- contrib/auto_wizzard.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contrib/auto_wizzard.json diff --git a/contrib/auto_wizzard.json b/contrib/auto_wizzard.json new file mode 100644 index 000000000..715731f7e --- /dev/null +++ b/contrib/auto_wizzard.json @@ -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" + } + ] +} \ No newline at end of file