Hello,
I have a json config like the following:
{
“providerOptions”: {
“google”: {
“key”: “XXXXXXXXXXXx”,
“secret”: “XXXXXXXXXXXXX”
},
“dropbox”: {
“key”: “***”,
“secret”: “***”
},
“instagram”: {
“key”: “***”,
“secret”: “***”
}
},
“server”: {
“host”: “localhost:3020”,
“protocol”: “https”
},
“filePath”: “/home/XXXXXXXX/src/uppy-companion”,
"secret": "XXXXXXXXXXxxx",
"debug": true
}
I ran companion like: “companion --config ./uppyconf.json”. And I get
Welcome to Companion! v1.2.0
Listening on http://0.0.0.0:3020
I point to https://localhost:3020 but it seems the app is not running. Since I use https why it says Listening on http ??
Thanks a lot