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