This Microservice acts as simple router for the Experimental Platform.
This is a component of the experimental platform. To read more about it please go here:
https://github.com/experimental-platform/platform-configure-script
On requests it inspects the request and decide where the request should be forwarded. The following illustration show both possible forward destinations.
┌───────────┐
│►►Request◄◄│
└───────────┘
│
│
▼
┌───────────────────────────┐
│ │
│ Central-Gateway │
│ │
└───────────────────────────┘
││
┌───────────┘└──────────┐
│ │
▼ ▼
┌───────────────────┐ ┌───────────────────┐
│ Platform-Frontend │ │ Dokku │
│ (Admin Interface) │ │ (Apps) │
└───────────────────┘ └───────────────────┘
All development branches stem from and (re-)integrate here.
This is the base for α-channel releases.