for vm running
This commit is contained in:
parent
d48caa44d6
commit
0129af6fd7
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue