You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/03/29 15:56:10 UTC

[GitHub] [openwhisk] rabbah edited a comment on issue #5096: Changes in standalone.conf is not applied

rabbah edited a comment on issue #5096:
URL: https://github.com/apache/openwhisk/issues/5096#issuecomment-809494602


   I think this is a bug - confirmed that overriding the host/port with a local conf file did not have the intended effect.
   I created my own conf file:
   ```
   include classpath("standalone.conf")
   
   whisk {
     standalone {
       host {
         port = "1111"
         name = "xxx"
       }
     }
     runtimes {
       bypass-pull-for-local-images: true
     }
   }
   ```
   
   And run `wskdev standalone -a"--args='-c /path/to/myapplication.conf'"`


-- 
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