Browse Source

fix name of maxmind driver, update messages

tags/v1.5.4
Jonathan Cobb 3 years ago
parent
commit
922e2f961c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bubble-server/src/main/resources/messages
  2. +1
    -1
      bubble-server/src/test/resources/models/system/cloudService_live.json

+ 1
- 1
bubble-server/src/main/resources/messages

@@ -1 +1 @@
Subproject commit 209c710c3be422b13c479859bc69dbe15e7b59dc
Subproject commit 3c783a37d74a5d9ad4f81cd5251c6c54b92faf76

+ 1
- 1
bubble-server/src/test/resources/models/system/cloudService_live.json View File

@@ -18,7 +18,7 @@
"_subst": true,
"name": "MaxMind",
"type": "geoLocation",
"driverClass": "bubble.cloud.geoLocation.maxmind.MaxMindDriver",
"driverClass": "bubble.cloud.geoLocation.maxmind.MaxMindGeoLocationDriver",
"driverConfig": {
"url": "{{{MAXMIND_URL}}}",
"file": "{{{MAXMIND_FILE_REGEX}}}"


Loading…
Cancel
Save