Fixed typo and replaced example email to prevent duplicate index error.

This commit is contained in:
Thorsten Eckel 2015-04-08 16:05:53 +02:00
parent f3511ed502
commit 01ad11215e

View file

@ -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"
}
]
}