Skip to content

Commit 651f693

Browse files
authored
Make sure we have a valid IP in the example (#118)
1 parent 9c47ed2 commit 651f693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ an easy way to fake this behavior by using a `fake_ip` configuration.
115115
``` yaml
116116
# app/config/config_dev.yml
117117
bazinga_geocoder:
118-
fake_ip: 123.345.643.133
118+
fake_ip: 123.123.123.123
119119
```
120120
121121
If set, the parameter will replace the `REMOTE_ADDR` value by the given one.
@@ -129,7 +129,7 @@ listeners, You can set up different fake ip listener priority.
129129
# app/config/config_dev.yml
130130
bazinga_geocoder:
131131
fake_ip:
132-
ip: 123.345.643.133
132+
ip: 123.123.123.123
133133
priority: 128
134134
```
135135

0 commit comments

Comments
 (0)