cloud path modified
This commit is contained in:
@@ -67,7 +67,7 @@ public class GitRepositoryIngestor {
|
||||
|
||||
|
||||
private void ingestRepo(String repo, KSGitInfo ksGitInfo) {
|
||||
String repoPath = "C:\\Users\\s.shamrao.shinde\\GenAIStorage" +"\\"+ repo + "\\";
|
||||
String repoPath = "/mnt/apollo_storage/repository" +"\\"+ repo + "\\";
|
||||
logger.info("Repository path : " + repoPath);
|
||||
try (Git git = Git.open(new File(repoPath))) {
|
||||
ksGitInfo.setIngestionStatus("IN PROGRESS");
|
||||
|
||||
@@ -10,7 +10,7 @@ public class StorageProperties {
|
||||
*/
|
||||
|
||||
//private String location = ingestionRepositoryBasePath;
|
||||
private String location = "C:\\WindTre\\Repository";
|
||||
private String location = "/mnt/apollo_storage/documents";
|
||||
public String getLocation() {
|
||||
return location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user