Shariar076 opened a new issue #5096:
URL: https://github.com/apache/openwhisk/issues/5096
Changes in standalone.conf is not applied while running
## Environment details:
* ubuntu
* version 18.04
## Steps to reproduce the issue:
1. vim ./core/standalone/src/main/resources/standalone.conf
added host name in standalone
...
standalone {
host {
name = "0.0.0.0"
}
...
2. gradle core:standalone:bootRun
## Provide the expected results and outputs:
```
...
================================================================================
Launched service details
[ 3233 ] http://0.0.0.0:3233 (Controller)
[ 3232 ] http://0.0.0.0:3232/playground (Playground)
Local working directory - /users/kab076/.openwhisk/standalone/server-3233
================================================================================
...
```
## Provide the actual results and outputs:
```
...
================================================================================
Launched service details
[ 3233 ] http://172.17.0.1:3233 (Controller)
[ 3232 ] http://172.17.0.1:3232/playground (Playground)
Local working directory - /users/kab076/.openwhisk/standalone/server-3233
================================================================================
...
```
--
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:
[email protected]