Spotter-VM/basic/srv/vm/config.default.json

20 lines
373 B
JSON
Raw Normal View History

2018-08-02 10:41:40 +02:00
{
2018-10-02 22:13:39 +02:00
"apps": {},
2018-08-02 10:41:40 +02:00
"common": {
"email": "admin@example.com",
"gmaps-api-key": ""
},
"host": {
2018-10-31 22:27:17 +01:00
"adminpwd": "${ADMINPWD}",
2018-08-02 10:41:40 +02:00
"domain": "spotter.vm",
2018-10-02 22:13:39 +02:00
"firstrun": true,
2018-08-02 10:41:40 +02:00
"port": "443"
2018-10-26 15:38:35 +02:00
},
"packages": {},
"repo": {
"pwd": "",
"url": "https://dl.dasm.cz/spotter-repo",
"user": ""
2018-08-02 10:41:40 +02:00
}
}