Using paths of Edgebox
parent
5a97caacff
commit
63d81e8662
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue