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 b45acb2 commit 8a5fe27Copy full SHA for 8a5fe27
Configuration/TypoScript/Lux/05_IpinformationConfiguration.typoscript
@@ -25,14 +25,14 @@ lib.lux.settings {
25
}
26
27
28
- # ipapi.com (from Vienna)
+ # EXAMPLE including of ipapi.com (from Vienna)
29
# No free access without registration and only geo information
30
# Check website for gdpr information
31
-# 10 {
32
-# class = In2code\Lux\Domain\Factory\Ipinformation\IpApiCo
33
-# configuration {
34
-# url = https://api.ipapi.com/api/{ip}?access_key=YOUR_ACCESS_KEY
35
-# }
36
+ # 10 {
+ # class = In2code\Lux\Domain\Factory\Ipinformation\IpApiCo
+ # configuration {
+ # url = https://api.ipapi.com/api/{ip}?access_key=YOUR_ACCESS_KEY
+ # }
37
38
0 commit comments