wrong container json file paths

This commit is contained in:
farhansolodev
2023-04-03 21:05:57 +04:00
parent 86aaba23c4
commit cf1e7c6d6f
4 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1 @@
{}

View File

@@ -79,8 +79,8 @@ func SetDefaults(envName string, forceDefault bool, CustomConfig interface{}, No
Defaults.SpeedTestFile = defaultPath + "p2p/50.bin"
Defaults.IPV6Address = ""
Defaults.PluginPath = defaultPath + "plugin/deploy"
Defaults.TrackContainersPath = defaultPath + "client/trackcontainers/trackcontainers.json"
Defaults.GroupTrackContainersPath = defaultPath + "client/trackcontainers/grouptrackcontainers.json"
Defaults.TrackContainersPath = defaultPath + "client/trackcontainers.json"
Defaults.GroupTrackContainersPath = defaultPath + "client/grouptrackcontainers.json"
Defaults.ServerPort = "8088"
Defaults.FRPServerPort = "True"
Defaults.CustomConfig = CustomConfig

View File

@@ -1,10 +1,11 @@
package main
import (
"github.com/Akilan1999/p2p-rendering-computation/cmd"
"github.com/urfave/cli/v2"
"log"
"os"
"github.com/Akilan1999/p2p-rendering-computation/cmd"
"github.com/urfave/cli/v2"
)
// VERSION specifies the version of the platform