From e49e3519db74b858001154560f91b6b20b496e29 Mon Sep 17 00:00:00 2001 From: eostre Date: Fri, 16 Oct 2020 15:17:48 -0400 Subject: [PATCH 1/1] update settings.php to use shop.fsf.org as baseurl --- drupal-configs/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-configs/settings.php b/drupal-configs/settings.php index b4ee11b..bc91b8a 100755 --- a/drupal-configs/settings.php +++ b/drupal-configs/settings.php @@ -292,7 +292,7 @@ $drupal_hash_salt = '5sPDitmloezO2nGiVb2BvB93GKfqFGBgYeqZLHxKRJg'; * It is not allowed to have a trailing slash; Drupal will add it * for you. */ -$base_url = 'https://shopserver1p.fsf.org'; // NO trailing slash! +$base_url = 'https://shop.fsf.org'; // NO trailing slash! /** * PHP settings: -- 2.25.1