To add alternative domains, open the values.production.yaml file located in the fmp folder on mobile platform server and specify corresponding parameters in the django > deployment > hostAliases section. The example of filled in section:
django:
deployment:
hostAliases:
- ip: "127.0.0.1"
hostnames:
- "foo.local"
- "bar.local"
- ip: "10.1.2.3"
hostnames:
- "foo.remote"
- "bar.remote"
See also:
Installing and Setting Up Foresight Mobile Platform | Enabling Monitoring and Logging of Mobile Platform Components