Revert "Rename config keys for IFTTT and Integromat"

This reverts commit 9a46b63299.
This commit is contained in:
Oliver Davies 2021-02-25 12:15:43 +00:00
parent 9a46b63299
commit a80de5c738
4 changed files with 6 additions and 6 deletions

View file

@ -760,8 +760,8 @@ $settings['entity_update_backup'] = TRUE;
$settings["config_sync_directory"] = '../config';
$config['opdavies_blog.settings']['integromat.webhook_url'] = getenv('INTEGROMAT_WEBHOOK_URL');
$config['opdavies_blog.settings']['ifttt.webhook_url'] = getenv('IFTTT_WEBHOOK_URL');
$config['opdavies_blog.settings']['integromat_webhook_url'] = getenv('INTEGROMAT_WEBHOOK_URL');
$config['opdavies_blog.settings']['post_tweet_webhook_url'] = getenv('IFTTT_WEBHOOK_URL');
if (file_exists($app_root . '/' . $site_path . '/settings.platformsh.php')) {
include $app_root . '/' . $site_path . '/settings.platformsh.php';