Skip to content

Commit cebc7c4

Browse files
committed
fix default settings
1 parent d8c4bbe commit cebc7c4

File tree

1 file changed

+98
-98
lines changed

1 file changed

+98
-98
lines changed

etc/config.xml

Lines changed: 98 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -16,107 +16,107 @@
1616
</action>
1717
<anonymize>
1818
<customer_attributes>
19-
<![CDATA[[
20-
{"attribute":"email","anonymizer":"email"},
21-
{"attribute":"prefix","anonymizer":"alphaUpper"},
22-
{"attribute":"firstname","anonymizer":"anonymous"},
23-
{"attribute":"middlename","anonymizer":"anonymous"},
24-
{"attribute":"lastname","anonymizer":"anonymous"},
25-
{"attribute":"suffix","anonymizer":"alphaUpper"},
26-
{"attribute":"dob","anonymizer":"date"},
27-
{"attribute":"gender","anonymizer":"number"},
28-
{"attribute":"taxvat","anonymizer":"alphaNum"}
29-
]]]>
19+
<![CDATA[{
20+
"_0":{"attribute":"email","anonymizer":"email"},
21+
"_1":{"attribute":"prefix","anonymizer":"alphaUpper"},
22+
"_2":{"attribute":"firstname","anonymizer":"anonymous"},
23+
"_3":{"attribute":"middlename","anonymizer":"anonymous"},
24+
"_4":{"attribute":"lastname","anonymizer":"anonymous"},
25+
"_5":{"attribute":"suffix","anonymizer":"alphaUpper"},
26+
"_6":{"attribute":"dob","anonymizer":"date"},
27+
"_7":{"attribute":"gender","anonymizer":"number"},
28+
"_8":{"attribute":"taxvat","anonymizer":"alphaNum"}
29+
}]]>
3030
</customer_attributes>
3131
<customer_address_attributes>
32-
<![CDATA[[
33-
{"attribute":"city","anonymizer":"alphaUpper"},
34-
{"attribute":"company","anonymizer":"anonymous"},
35-
{"attribute":"country_id","anonymizer":"nullValue"},
36-
{"attribute":"fax","anonymizer":"phone"},
37-
{"attribute":"prefix","anonymizer":"alphaUpper"},
38-
{"attribute":"firstname","anonymizer":"anonymous"},
39-
{"attribute":"lastname","anonymizer":"anonymous"},
40-
{"attribute":"middlename","anonymizer":"anonymous"},
41-
{"attribute":"suffix","anonymizer":"alphaUpper"},
42-
{"attribute":"postcode","anonymizer":"number"},
43-
{"attribute":"region","anonymizer":"nullValue"},
44-
{"attribute":"street","anonymizer":"street"},
45-
{"attribute":"telephone","anonymizer":"phone"},
46-
{"attribute":"vat_id","anonymizer":"alphaNum"}
47-
]]]>
32+
<![CDATA[{
33+
"_0":{"attribute":"city","anonymizer":"alphaUpper"},
34+
"_1":{"attribute":"company","anonymizer":"anonymous"},
35+
"_2":{"attribute":"country_id","anonymizer":"nullValue"},
36+
"_3":{"attribute":"fax","anonymizer":"phone"},
37+
"_4":{"attribute":"prefix","anonymizer":"alphaUpper"},
38+
"_5":{"attribute":"firstname","anonymizer":"anonymous"},
39+
"_6":{"attribute":"lastname","anonymizer":"anonymous"},
40+
"_7":{"attribute":"middlename","anonymizer":"anonymous"},
41+
"_8":{"attribute":"suffix","anonymizer":"alphaUpper"},
42+
"_9":{"attribute":"postcode","anonymizer":"number"},
43+
"_10":{"attribute":"region","anonymizer":"nullValue"},
44+
"_11":{"attribute":"street","anonymizer":"street"},
45+
"_12":{"attribute":"telephone","anonymizer":"phone"},
46+
"_13":{"attribute":"vat_id","anonymizer":"alphaNum"}
47+
}]]>
4848
</customer_address_attributes>
4949
<quote_attributes>
50-
<![CDATA[[
51-
{"attribute":"customer_email","anonymizer":"email"},
52-
{"attribute":"customer_prefix","anonymizer":"anonymous"},
53-
{"attribute":"customer_firstname","anonymizer":"anonymous"},
54-
{"attribute":"customer_middlename","anonymizer":"anonymous"},
55-
{"attribute":"customer_lastname","anonymizer":"anonymous"},
56-
{"attribute":"customer_suffix","anonymizer":"anonymous"},
57-
{"attribute":"customer_dob","anonymizer":"date"},
58-
{"attribute":"customer_gender","anonymizer":"number"},
59-
{"attribute":"customer_taxvat","anonymizer":"email"},
60-
{"attribute":"remote_ip","anonymizer":"alphaNum"}
61-
]]]>
50+
<![CDATA[{
51+
"_0":{"attribute":"customer_email","anonymizer":"email"},
52+
"_1":{"attribute":"customer_prefix","anonymizer":"anonymous"},
53+
"_2":{"attribute":"customer_firstname","anonymizer":"anonymous"},
54+
"_3":{"attribute":"customer_middlename","anonymizer":"anonymous"},
55+
"_4":{"attribute":"customer_lastname","anonymizer":"anonymous"},
56+
"_5":{"attribute":"customer_suffix","anonymizer":"anonymous"},
57+
"_6":{"attribute":"customer_dob","anonymizer":"date"},
58+
"_7":{"attribute":"customer_gender","anonymizer":"number"},
59+
"_8":{"attribute":"customer_taxvat","anonymizer":"email"},
60+
"_9":{"attribute":"remote_ip","anonymizer":"alphaNum"}
61+
}]]>
6262
</quote_attributes>
6363
<quote_address_attributes>
64-
<![CDATA[[
65-
{"attribute":"city","anonymizer":"alphaUpper"},
66-
{"attribute":"company","anonymizer":"anonymous"},
67-
{"attribute":"country_id","anonymizer":"nullValue"},
68-
{"attribute":"fax","anonymizer":"phone"},
69-
{"attribute":"email","anonymizer":"email"},
70-
{"attribute":"prefix","anonymizer":"alphaUpper"},
71-
{"attribute":"firstname","anonymizer":"anonymous"},
72-
{"attribute":"lastname","anonymizer":"anonymous"},
73-
{"attribute":"middlename","anonymizer":"anonymous"},
74-
{"attribute":"suffix","anonymizer":"alphaUpper"},
75-
{"attribute":"postcode","anonymizer":"number"},
76-
{"attribute":"region","anonymizer":"nullValue"},
77-
{"attribute":"street","anonymizer":"street"},
78-
{"attribute":"telephone","anonymizer":"phone"},
79-
{"attribute":"vat_id","anonymizer":"alphaNum"}
80-
]]]>
64+
<![CDATA[{
65+
"_0":{"attribute":"city","anonymizer":"alphaUpper"},
66+
"_1":{"attribute":"company","anonymizer":"anonymous"},
67+
"_2":{"attribute":"country_id","anonymizer":"nullValue"},
68+
"_3":{"attribute":"fax","anonymizer":"phone"},
69+
"_4":{"attribute":"email","anonymizer":"email"},
70+
"_5":{"attribute":"prefix","anonymizer":"alphaUpper"},
71+
"_6":{"attribute":"firstname","anonymizer":"anonymous"},
72+
"_7":{"attribute":"lastname","anonymizer":"anonymous"},
73+
"_8":{"attribute":"middlename","anonymizer":"anonymous"},
74+
"_9":{"attribute":"suffix","anonymizer":"alphaUpper"},
75+
"_10":{"attribute":"postcode","anonymizer":"number"},
76+
"_11":{"attribute":"region","anonymizer":"nullValue"},
77+
"_12":{"attribute":"street","anonymizer":"street"},
78+
"_13":{"attribute":"telephone","anonymizer":"phone"},
79+
"_14":{"attribute":"vat_id","anonymizer":"alphaNum"}
80+
}]]>
8181
</quote_address_attributes>
8282
<order_attributes>
83-
<![CDATA[[
84-
{"attribute":"customer_email","anonymizer":"email"},
85-
{"attribute":"customer_prefix","anonymizer":"anonymous"},
86-
{"attribute":"customer_firstname","anonymizer":"anonymous"},
87-
{"attribute":"customer_middlename","anonymizer":"anonymous"},
88-
{"attribute":"customer_lastname","anonymizer":"anonymous"},
89-
{"attribute":"customer_suffix","anonymizer":"anonymous"},
90-
{"attribute":"customer_dob","anonymizer":"date"},
91-
{"attribute":"customer_gender","anonymizer":"number"},
92-
{"attribute":"customer_taxvat","anonymizer":"email"},
93-
{"attribute":"remote_ip","anonymizer":"alphaNum"},
94-
{"attribute":"x_forwarded_for","anonymizer":"anonymous"}
83+
<![CDATA[{
84+
"_0":{"attribute":"customer_email","anonymizer":"email"},
85+
"_1":{"attribute":"customer_prefix","anonymizer":"anonymous"},
86+
"_2":{"attribute":"customer_firstname","anonymizer":"anonymous"},
87+
"_3":{"attribute":"customer_middlename","anonymizer":"anonymous"},
88+
"_4":{"attribute":"customer_lastname","anonymizer":"anonymous"},
89+
"_5":{"attribute":"customer_suffix","anonymizer":"anonymous"},
90+
"_6":{"attribute":"customer_dob","anonymizer":"date"},
91+
"_7":{"attribute":"customer_gender","anonymizer":"number"},
92+
"_8":{"attribute":"customer_taxvat","anonymizer":"email"},
93+
"_9":{"attribute":"remote_ip","anonymizer":"alphaNum"},
94+
"_10":{"attribute":"x_forwarded_for","anonymizer":"anonymous"}
9595
]]]>
9696
</order_attributes>
9797
<order_address_attributes>
98-
<![CDATA[[
99-
{"attribute":"city","anonymizer":"alphaUpper"},
100-
{"attribute":"company","anonymizer":"anonymous"},
101-
{"attribute":"country_id","anonymizer":"nullValue"},
102-
{"attribute":"fax","anonymizer":"phone"},
103-
{"attribute":"email","anonymizer":"email"},
104-
{"attribute":"prefix","anonymizer":"alphaUpper"},
105-
{"attribute":"firstname","anonymizer":"anonymous"},
106-
{"attribute":"lastname","anonymizer":"anonymous"},
107-
{"attribute":"middlename","anonymizer":"anonymous"},
108-
{"attribute":"suffix","anonymizer":"alphaUpper"},
109-
{"attribute":"postcode","anonymizer":"number"},
110-
{"attribute":"region","anonymizer":"nullValue"},
111-
{"attribute":"street","anonymizer":"street"},
112-
{"attribute":"telephone","anonymizer":"phone"},
113-
{"attribute":"vat_id","anonymizer":"alphaNum"}
114-
]]]>
98+
<![CDATA[{
99+
"_0":{"attribute":"city","anonymizer":"alphaUpper"},
100+
"_1":{"attribute":"company","anonymizer":"anonymous"},
101+
"_2":{"attribute":"country_id","anonymizer":"nullValue"},
102+
"_3":{"attribute":"fax","anonymizer":"phone"},
103+
"_4":{"attribute":"email","anonymizer":"email"},
104+
"_5":{"attribute":"prefix","anonymizer":"alphaUpper"},
105+
"_6":{"attribute":"firstname","anonymizer":"anonymous"},
106+
"_7":{"attribute":"lastname","anonymizer":"anonymous"},
107+
"_8":{"attribute":"middlename","anonymizer":"anonymous"},
108+
"_9":{"attribute":"suffix","anonymizer":"alphaUpper"},
109+
"_10":{"attribute":"postcode","anonymizer":"number"},
110+
"_11":{"attribute":"region","anonymizer":"nullValue"},
111+
"_12":{"attribute":"street","anonymizer":"street"},
112+
"_13":{"attribute":"telephone","anonymizer":"phone"},
113+
"_14":{"attribute":"vat_id","anonymizer":"alphaNum"}
114+
}]]>
115115
</order_address_attributes>
116116
<subscriber_attributes>
117-
<![CDATA[[
118-
{"attribute":"email","anonymizer":"email"}
119-
]]]>
117+
<![CDATA[{
118+
"_0":{"attribute":"email","anonymizer":"email"}
119+
}]]>
120120
</subscriber_attributes>
121121
</anonymize>
122122
<erasure>
@@ -129,19 +129,19 @@
129129
<allowed_states>canceled,closed,complete</allowed_states>
130130
<remove_customer>1</remove_customer>
131131
<customer_components_processors>
132-
<![CDATA[[
133-
{"component":"customer","processor":"anonymize"},
134-
{"component":"customer_address","processor":"anonymize"},
135-
{"component":"quote","processor":"delete"},
136-
{"component":"order","processor":"anonymize"},
137-
{"component":"subscriber","processor":"delete"}
132+
<![CDATA[{
133+
"_0":{"component":"customer","processor":"anonymize"},
134+
"_1":{"component":"customer_address","processor":"anonymize"},
135+
"_2":{"component":"quote","processor":"delete"},
136+
"_3":{"component":"order","processor":"anonymize"},
137+
"_4":{"component":"subscriber","processor":"delete"}
138138
]]]>
139139
</customer_components_processors>
140140
<guest_components_processors>
141-
<![CDATA[[
142-
{"component":"quote","processor":"delete"},
143-
{"component":"order","processor":"anonymize"},
144-
{"component":"subscriber","processor":"delete"}
141+
<![CDATA[{
142+
"_0":{"component":"quote","processor":"delete"},
143+
"_1":{"component":"order","processor":"anonymize"},
144+
"_2":{"component":"subscriber","processor":"delete"}
145145
]]]>
146146
</guest_components_processors>
147147
</erasure>

0 commit comments

Comments
 (0)