Skip to content

Commit

Permalink
Rename spreadsheet-config-server into study-config-server (#658)
Browse files Browse the repository at this point in the history
Signed-off-by: David BRAQUART <[email protected]>
  • Loading branch information
dbraquart authored Dec 20, 2024
1 parent 091d064 commit 1744757
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class StudyConfigService {

@Autowired
public StudyConfigService(RemoteServicesProperties remoteServicesProperties, RestTemplate restTemplate) {
this.studyConfigServerBaseUri = remoteServicesProperties.getServiceUri("spreadsheet-config-server");
this.studyConfigServerBaseUri = remoteServicesProperties.getServiceUri("study-config-server");
this.restTemplate = restTemplate;
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ gridsuite:
name: state-estimation-server
base-uri: http://localhost:6040
-
name: spreadsheet-config-server
name: study-config-server
base-uri: http://localhost:5035/
4 changes: 2 additions & 2 deletions src/main/resources/config/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ gridsuite:
name: state-estimation-server
base-uri: http://state-estimation-server/
-
name: spreadsheet-config-server
base-uri: http://spreadsheet-config-server/
name: study-config-server
base-uri: http://study-config-server/

0 comments on commit 1744757

Please sign in to comment.