Using paths of Edgebox

loop_loop_execution
Paulo Truta 2021-02-17 00:16:43 +00:00
parent 5a97caacff
commit 63d81e8662
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ type EdgeAppService struct {
} }
const configFilename = "/edgebox-compose.yml" const configFilename = "/edgebox-compose.yml"
const edgeAppsPath = "/home/jpt/Repositories/edgebox/apps/" const edgeAppsPath = "/home/system/components/apps/"
const wsPath = "/home/jpt/Repositories/edgebox/ws/" const wsPath = "/home/system/components/ws/"
// GetEdgeApps : Returns a list of EdgeApp struct filled with information // GetEdgeApps : Returns a list of EdgeApp struct filled with information
func GetEdgeApps() []EdgeApp { func GetEdgeApps() []EdgeApp {