vmmgr/config.default.json

20 lines
373 B
JSON
Raw Normal View History

2018-11-01 10:10:35 +01:00
{
"apps": {},
"common": {
"email": "admin@example.com",
"gmaps-api-key": ""
},
"host": {
"adminpwd": "${ADMINPWD}",
"domain": "spotter.vm",
"firstrun": true,
"port": "443"
},
"packages": {},
"repo": {
"pwd": "",
"url": "https://dl.dasm.cz/spotter-repo",
"user": ""
}
}