We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00470e commit b0915eeCopy full SHA for b0915ee
config/defaults.js
@@ -0,0 +1,38 @@
1
+module.exports = {
2
+ nearest: {
3
+ radius: {
4
+ DEFAULT: 100,
5
+ MAX: 2000
6
+ },
7
+ limit: {
8
+ DEFAULT: 10,
9
+ MAX: 100
10
+ }
11
12
+ search: {
13
14
15
16
17
18
+ bulkGeocode: {
19
+ geolocations: {
20
21
22
23
+ bulkLookups: {
24
+ postcodes: {
25
26
27
28
+ nearestOutcodes: {
29
30
+ DEFAULT: 5000,
31
+ MAX: 25000
32
33
34
35
36
37
38
+};
0 commit comments