mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Using paths of Edgebox
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user