Browse Source

remove cloud drivers from configs

tags/v0.8.0
Jonathan Cobb 4 years ago
parent
commit
0702a84499
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      bubble-server/src/main/java/bubble/server/BubbleConfiguration.java
  2. +1
    -1
      bubble-web

+ 0
- 2
bubble-server/src/main/java/bubble/server/BubbleConfiguration.java View File

@@ -72,7 +72,6 @@ public class BubbleConfiguration extends PgRestServerConfiguration
public static final String TAG_SAGE_LAUNCHER = "sageLauncher";
public static final String TAG_NETWORK_UUID = "networkUuid";
public static final String TAG_PAYMENTS_ENABLED = "paymentsEnabled";
public static final String TAG_CLOUD_DRIVERS = "cloudDrivers";
public static final String TAG_ENTITY_CLASSES = "entityClasses";
public static final String TAG_LOCALES = "locales";
public static final String TAG_CLOUD_CONFIGS = "cloudConfigs";
@@ -278,7 +277,6 @@ public class BubbleConfiguration extends PgRestServerConfiguration
{TAG_SAGE_LAUNCHER, thisNetwork == null || isSageLauncher()},
{TAG_PAYMENTS_ENABLED, cloudDAO.paymentsEnabled()},
{TAG_PROMO_CODE_POLICY, getPromoCodePolicy().name()},
{TAG_CLOUD_DRIVERS, getCloudDriverClasses()},
{TAG_ENTITY_CLASSES, getSortedSimpleEntityClassMap()},
{TAG_LOCALES, getAllLocales()},
{TAG_CLOUD_CONFIGS, accountDAO.activated() ? null : activationService.getCloudDefaults()},


+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit a3713776cbdb0ac9f3a82a62bf7ae7ee027e80a7
Subproject commit ef508b449df9c92ac69415d69a5b6c0dccbcc3ec

Loading…
Cancel
Save