Microservice url injection #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Microservice url injection can't be done at flutter build time; it makes the container, at the very end of the build, unusable in an other context than the one he has been parametrized for (for instance localhost here).
If opencloud hostname is opencloud.acme.com, flutter app and container need full rebuild, which is not desirable