The changes align the configuration to what is used in dFlow for running the project against a local Docker instance.
In particular:
the APPLICATION_URL was set to default to a hard-coded IP address, rather than localhost.
the issuer url in services.yml was using the ENDPOINT_URL rather than the APPLICATION_URL. This caused it to point to the DOCKERHOST IP address, which is apparently not resolvable from the host machine.
@swcurran and @ianco, please take a look and let me know if this is fine. I am not sure whether the Play With VON/Docker settings will cope well with this, my guess is there will be no conflict, but I'd rather be sure.
The changes align the configuration to what is used in dFlow for running the project against a local Docker instance.
In particular:
APPLICATION_URL
was set to default to a hard-coded IP address, rather than localhost.issuer url
inservices.yml
was using theENDPOINT_URL
rather than theAPPLICATION_URL
. This caused it to point to theDOCKERHOST
IP address, which is apparently not resolvable from the host machine.@swcurran and @ianco, please take a look and let me know if this is fine. I am not sure whether the Play With VON/Docker settings will cope well with this, my guess is there will be no conflict, but I'd rather be sure.