{
  "integrationConfig": {
    "projectToken": "mock-project-token",
    "authorizationToken": "mock-authorization-token",
    "baseUrl": "http://mock-base-url.xxx"
  },
  "integrationRouteMap": {
    "BANNER": [
      {
        "projectToken": "other-project-token",
        "authorizationToken": "other-auth-token"
      }
    ]
  },
  "defaultProperties": {
    "string": "value",
    "boolean": false,
    "number": 3.14159,
    "array": ["value1", "value2"],
    "object": {
      "key": "value"
    }
  },
  "flushMaxRetries": 10,
  "sessionTimeout": 60,
  "automaticSessionTracking": true,
  "pushTokenTrackingFrequency": "DAILY",
  "allowDefaultCustomerProperties": false,
  "android": {
    "automaticPushNotifications": true,
    "pushIcon": 12345,
    "pushAccentColor": 123,
    "pushChannelName": "mock-push-channel-name",
    "pushChannelDescription": "mock-push-channel-description",
    "pushChannelId": "mock-push-channel-id",
    "pushNotificationImportance": "HIGH",
    "httpLoggingLevel": "BODY",
    "requirePushAuthorization": false,
    "allowWebViewCookies": false
  },
  "ios": {
    "requirePushAuthorization": false,
    "appGroup": "mock-app-group"
  },
  "manualSessionAutoClose": true,
  "regenerateDeviceIdOnAnonymize": true
}
