When debugging service fabric applications locally it would be nice if developers could have some custom private configuration settings. The application parameters and publish profiles allow per environment configuration but not per developer configuration (unless I've missed something).
I need a way to have service fabric applications running in local clusters to get local configuration values. So each engineer can have their applications running locally point to a private database, IoT Hub, external web service instance and other private resources. Environment variables would work as overrides but the local cluster doesn't pick them up from the host machine.
Is there some way to provide this type of local configuration?