diff --git a/config-templates/linux-local-dev-segue-config.properties b/config-templates/linux-local-dev-segue-config.properties index b4993f1037..89ca765520 100755 --- a/config-templates/linux-local-dev-segue-config.properties +++ b/config-templates/linux-local-dev-segue-config.properties @@ -19,7 +19,7 @@ EMAIL_SIGNATURE=Isaac Physics Project EVENT_ADMIN_EMAIL=events@isaacphysics.org EVENT_ICAL_UID_DOMAIN=isaacphysics.org -SCHOOL_CSV_LIST_PATH=/local/data/schools_list_2026_spring.csv +SCHOOL_CSV_LIST_PATH=/local/data/school_list_summer_2026.csv # Segue diff --git a/config-templates/windows--local-dev-segue-config.properties b/config-templates/windows--local-dev-segue-config.properties index 5541bbbd96..ca63055827 100644 --- a/config-templates/windows--local-dev-segue-config.properties +++ b/config-templates/windows--local-dev-segue-config.properties @@ -19,7 +19,7 @@ EMAIL_SIGNATURE=Isaac Physics Project EVENT_ADMIN_EMAIL=events@isaacphysics.org EVENT_ICAL_UID_DOMAIN=isaacphysics.org -SCHOOL_CSV_LIST_PATH=C:\\dev\\isaac-other-resources\\schools_list_2026_spring.csv +SCHOOL_CSV_LIST_PATH=C:\\dev\\isaac-other-resources\\school_list_summer_2026.csv # Segue diff --git a/src/test/resources/segue-integration-test-config.properties b/src/test/resources/segue-integration-test-config.properties index d19cb2cdd3..68ec793462 100755 --- a/src/test/resources/segue-integration-test-config.properties +++ b/src/test/resources/segue-integration-test-config.properties @@ -20,7 +20,7 @@ EVENT_ADMIN_EMAIL=events@isaaccomputerscience.org EVENT_ICAL_UID_DOMAIN=isaaccomputerscience.org EVENT_GROUP_RESERVATION_LIMIT=69 -SCHOOL_CSV_LIST_PATH=src/test/resources/schools_list_2026_spring.csv +SCHOOL_CSV_LIST_PATH=src/test/resources/school_list_summer_2026.csv # Segue