Fixed typo and replaced example email to prevent duplicate index error.
This commit is contained in:
parent
f3511ed502
commit
01ad11215e
1 changed files with 0 additions and 31 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue