You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/10/22 17:29:05 UTC

[GitHub] [cloudstack-primate] onitake commented on issue #2: [WIP] Added config options to enable HTTPS and custom vhost names

onitake commented on issue #2: [WIP] Added config options to enable HTTPS and custom vhost names
URL: https://github.com/apache/cloudstack-primate/pull/2#issuecomment-545069557
 
 
   Yes, it would indeed.
   The problem is that I'm not familiar with JavaScript and vue.js, so I don't know what the best way to make these settings conditional would be.
   Something like
   ```javascript
   if (env.is_set('HTTPS_CERT') {
       devserver['https']['cert'] = fs.readFileSync(process.env.HTTPS_CERT)
   }
   ```
   maybe?
   I'm sure there's a more elegant way to do it in JS.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services