Skip to content

Commit

Permalink
Rename spreadsheet-config-server into study-config-server (#112)
Browse files Browse the repository at this point in the history
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
  • Loading branch information
dbraquart authored Dec 20, 2024
1 parent 5a7d6af commit fa40e03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SpreadsheetConfigCollectionService implements IDirectoryElementsSer

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class SpreadsheetConfigService implements IDirectoryElementsService {

@Autowired
public SpreadsheetConfigService(RestTemplate restTemplate, RemoteServicesProperties remoteServicesProperties) {
this.spreadsheetConfigServerBaseUri = remoteServicesProperties.getServiceUri("spreadsheet-config-server");
this.spreadsheetConfigServerBaseUri = 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 @@ -46,6 +46,6 @@ gridsuite:
name: shortcircuit-server
base-uri: http://localhost:5031
-
name: spreadsheet-config-server
name: study-config-server
base-uri: http://localhost:5035

0 comments on commit fa40e03

Please sign in to comment.