API to retreive Deployment settings.
DEPLOYMENT MODES:
1. Local (OpenStack/Local Machine)
2. DEV
3. SANDBOX
4. PROD

GET /api/get-env?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "env": {
        "isProd": true,
        "redirectToDev": true,
        "p2sentinelBase": "https://p2sentinel.cerner.com",
        "bwlBase": "https://businesslogin.cerner.com",
        "profilesBase": "https://profiles.cerner.com"
    }
}