We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c47ed2 commit 651f693Copy full SHA for 651f693
Resources/doc/index.md
@@ -115,7 +115,7 @@ an easy way to fake this behavior by using a `fake_ip` configuration.
115
``` yaml
116
# app/config/config_dev.yml
117
bazinga_geocoder:
118
- fake_ip: 123.345.643.133
+ fake_ip: 123.123.123.123
119
```
120
121
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.
129
130
131
fake_ip:
132
- ip: 123.345.643.133
+ ip: 123.123.123.123
133
priority: 128
134
135
0 commit comments