diff --git a/contrib/auto_wizzard_example.json b/contrib/auto_wizzard_example.json deleted file mode 100644 index 3ce43a700..000000000 --- a/contrib/auto_wizzard_example.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "Users": [ - { - "login": "hans.atila@zammad.org", - "firstname": "Hans", - "lastname": "Atila", - "email": "hans.atila@zammad.org", - "password": "Z4mm4dr0ckZ!" - } - ], - "Settings": [ - { - "name": "developer_mode", - "value": true - }, - { - "name": "product_name", - "value": "Zammad Demo System" - }, - { - "name": "system_online_service", - "value": true - } - ], - "EmailAddresses": [ - { - "realname": "Zammad Demo System", - "email": "zammad@localhost" - } - ] -}