for vm running

This commit is contained in:
benbierens 2024-11-11 16:12:25 +01:00
parent d48caa44d6
commit 0129af6fd7
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A
1 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,7 @@ namespace AutoClient
{ {
[Uniform("codex-endpoints", "ce", "CODEXENDPOINTS", false, "Codex endpoints. Semi-colon separated. (default 'http://localhost:8080')")] [Uniform("codex-endpoints", "ce", "CODEXENDPOINTS", false, "Codex endpoints. Semi-colon separated. (default 'http://localhost:8080')")]
public string CodexEndpoints { get; set; } = public string CodexEndpoints { get; set; } =
"http://192.168.178.171:8080"; "http://localhost:8080";
//"http://localhost:8080";
[Uniform("datapath", "dp", "DATAPATH", false, "Root path where all data files will be saved.")] [Uniform("datapath", "dp", "DATAPATH", false, "Root path where all data files will be saved.")]
public string DataPath { get; set; } = "datapath"; public string DataPath { get; set; } = "datapath";
@ -40,7 +39,7 @@ namespace AutoClient
public int FileSizeMb { get; set; } = 0; public int FileSizeMb { get; set; } = 0;
[Uniform("folderToStore", "fts", "FOLDERTOSTORE", false, "When set, autoclient will attempt to upload and purchase storage for every non-JSON file in the provided folder.")] [Uniform("folderToStore", "fts", "FOLDERTOSTORE", false, "When set, autoclient will attempt to upload and purchase storage for every non-JSON file in the provided folder.")]
public string FolderToStore { get; set; } = "D:\\Transmission\\EthereumMainnetPreMergeEraFiles"; public string FolderToStore { get; set; } = "/data/EthereumMainnetPreMergeEraFiles";
public string LogPath public string LogPath
{ {