File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ Thie method require `$data` argument. See samples
3434[
3535 ' action' => ' loggedEmail' ,
3636 ' data' => [
37- ' email' => ' test@descom.es ' ,
38- ' subscription' => ' descom.es ' ,
39- ' ip' => ' 54.194.66.61 ' ,
37+ ' email' => ' test@example.com ' ,
38+ ' subscription' => ' example.com ' ,
39+ ' ip' => ' 192.168.0.1 ' ,
4040 ' geo' => [
4141 ' country' => [
4242 ' name' => ' España' ,
4343 ' iso' => ' ES'
4444 ]
4545 ],
4646 ' instance' => [
47- ' hostname' => ' dcaw-019.test.es ' ,
47+ ' hostname' => ' hostname ' ,
4848 ' name' => ' DC/TEST/Linux/01' ,
4949 ],
5050 ' dns' => [
@@ -59,8 +59,8 @@ Thie method require `$data` argument. See samples
5959[
6060 ' action' => ' loggedEmailWithoutSSL' ,
6161 ' data' => [
62- ' email' => ' test@descom.es ' ,
63- ' subscription' => ' descom.es ' ,
62+ ' email' => ' test@example.com ' ,
63+ ' subscription' => ' example.com ' ,
6464 ],
6565]
6666```
You can’t perform that action at this time.
0 commit comments