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

21 lines
450 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": {
"adminpwd": "$2b$12$nLrIefUoWN.pK6j90gsfkO0/tg4EGXDmdjN8HOGB0U.9BcHTFxzWS",
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": {},
"pending-packages": {},
"repo": {
"pwd": "",
"url": "https://dl.dasm.cz/spotter-repo",
"user": ""
2018-08-02 10:41:40 +02:00
}
}