Skip to content

Commit 8a5fe27

Browse files
committed
[TASK] Make TS linter happy
1 parent b45acb2 commit 8a5fe27

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Configuration/TypoScript/Lux/05_IpinformationConfiguration.typoscript

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ lib.lux.settings {
2525
}
2626
}
2727

28-
# ipapi.com (from Vienna)
28+
# EXAMPLE including of ipapi.com (from Vienna)
2929
# No free access without registration and only geo information
3030
# 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-
# }
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+
# }
3737
}
3838
}

0 commit comments

Comments
 (0)