Skip to content

Commit

Permalink
restore reload_path
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Nov 14, 2024
1 parent 02fa0d0 commit f89aa7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin/SolrConnector/PantheonSolrConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public static function getPlatformConfig() {
'path' => getenv('PANTHEON_INDEX_PATH'),
'core' => getenv('PANTHEON_INDEX_CORE'),
'schema' => getenv('PANTHEON_INDEX_SCHEMA'),
'reload_path' => getenv('PANTHEON_INDEX_RELOAD_PATH'),
];
}

Expand Down

0 comments on commit f89aa7c

Please sign in to comment.