I'm looking for some pointers on putting config files for static HTML app in the PCF config server. Two possible ways on making it happen:
On the cf push, static buildpack would go to config server, fetch latest config and deploy it to the container
Every time a client (browser) requests config file, there would be a proxied request to config server to get latest config and then send to client.
Did anyone make this work yet? Any pointers to examples or such?