backdrop-contrib / backup_migrate

Port of the Drupal backup_migrate module to Backdrop
GNU General Public License v2.0
7 stars 14 forks source link

backup_migrate.settings.json file contains lots of nodesquirrel variables #73

Closed Wylbur closed 2 years ago

Wylbur commented 2 years ago

Lots of nodesquirrel variables are listed in the backup_migrate settings file:

    "nodesquirrel_activate_url": "http://manage.nodesquirrel.com/activate",
    "nodesquirrel_manage_url": "https://manage.nodesquirrel.com",
    "nodesquirrel_schedule": "86400",
    "nodesquirrel_schedule_enabled": 1,
    "nodesquirrel_schedule_source_id": "db",
    "nodesquirrel_secret_key": "",
    "nodesquirrel_endpoint_urls": [
        "api.nodesquirrel.com/services/xmlrpc"
    ],
    "nodesquirrel_default_endpoint_urls": [
        "api.nodesquirrel.com/services/xmlrpc"
    ],

These values are present in the backup_migrate.install file, and the config/backup_migrate.settings.json file that ships with the module.

quackers8me commented 2 years ago

@Wylbur This have been removed now but I will wait to create a release as this fix changes no functionality.