Enabling optional https in development

This commit is contained in:
David Négrier 2020-06-25 10:32:47 +02:00
parent 371b4f0063
commit d18abaf067
4 changed files with 27 additions and 5 deletions

View file

@ -24,7 +24,7 @@
},
"ports": [80],
"env": {
"API_URL": "https://api."+url
"API_URL": "api."+url
}
},
"website": {